color codes Logo

#e65720 color codes

#E65720
(230,87,32)
0 Favorites   0 Comments

Color spaces of #e65720

RGB 2308732
HSL0.050.800.51
HSV17°86°90°
CMYK 0.000.620.86   0.10
XYZ36.302023.74374.0362
Yxy23.74370.56650.3705
Hunter Lab48.727547.709429.1981
CIE-Lab55.830353.159057.1594

#e65720 color RGB value is (230,87,32).

#e65720 hex color red value is 230, green value is 87 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #e65720 hue: 0.05 , saturation: 0.80 and the lightness value of e65720 is 0.51.

The process color (four color CMYK) of #e65720 color code is 0.00, 0.62, 0.86, 0.10. Web safe color of #e65720 is #ff6633. Color #e65720 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010111 00100000
Octal 346 127 40
Decimal 230 87 32
Hex E6 57 20

RGB Percentages of Color #e65720

%65.90
%24.93
%9.17

CMYK Percentages of Color #e65720

%0
%62
%86
%10

Triadic Colors of #e65720

#e65720 #20e657 #5720e6

Analogous Colors of #e65720

#e65720 #e6ba20 #e6204c

Monochromatic Colors of #e65720

#e65720

Complementary Color

#e65720 #20afe6

#e65720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65720 Color CSS Codes

.mybgcolor {background-color:#e65720; } 
.myforecolor {color:#e65720; }
.mybordercolor {border:3px solid #e65720; }

#e65720 Text Font Color

<p style="color:#e65720">Text here</p>

This sample text font color is #e65720
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e65720 Background Color

<div style="background-color:#e65720">
Div content here</div>

This div background color is #e65720


#e65720 Border Color

<div style="border:3px solid #e65720">
Div here</div>

This div border color is #e65720


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,87,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e65720; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e65720;
  -webkit-box-shadow: 1px 1px 3px 2px #e65720;
  box-shadow:         1px 1px 3px 2px #e65720; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,87,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e65720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e65720;
  -webkit-box-shadow: 1px 1px 3px 2px #e65720;
  box-shadow:         1px 1px 3px 2px #e65720;">
Div content here</div>

This div box has shadow with color #e65720


Comments

No comments written yet.

Please login to write comment.