color codes Logo

#e54c06 color codes

#E54C06
(229,76,6)
0 Favorites   0 Comments

Color spaces of #e54c06

RGB 229766
HSL0.050.950.46
HSV19°97°90°
CMYK 0.000.670.97   0.10
XYZ34.930421.84002.5468
Yxy21.84000.58890.3682
Hunter Lab46.733351.635129.4822
CIE-Lab53.856857.037663.2456

#e54c06 color RGB value is (229,76,6).

#e54c06 hex color red value is 229, green value is 76 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e54c06 hue: 0.05 , saturation: 0.95 and the lightness value of e54c06 is 0.46.

The process color (four color CMYK) of #e54c06 color code is 0.00, 0.67, 0.97, 0.10. Web safe color of #e54c06 is #cc3300. Color #e54c06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001100 00000110
Octal 345 114 6
Decimal 229 76 6
Hex E5 4C 6

RGB Percentages of Color #e54c06

%73.63
%24.44
%1.93

CMYK Percentages of Color #e54c06

%0
%67
%97
%10

Triadic Colors of #e54c06

#e54c06 #06e54c #4c06e5

Analogous Colors of #e54c06

#e54c06 #e5bc06 #e50630

Monochromatic Colors of #e54c06

#e54c06

Complementary Color

#e54c06 #069fe5

#e54c06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54c06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54c06 Color CSS Codes

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

#e54c06 Text Font Color

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

This sample text font color is #e54c06
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.


#e54c06 Background Color

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

This div background color is #e54c06


#e54c06 Border Color

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

This div border color is #e54c06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,76,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e54c06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e54c06;
  -webkit-box-shadow: 1px 1px 3px 2px #e54c06;
  box-shadow:         1px 1px 3px 2px #e54c06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,76,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54c06


Comments

No comments written yet.

Please login to write comment.