Color Hex Logo

#ef8c08 Color Hex

#EF8C08
(239,140,8)
0 Favorites   0 Comments

Color spaces of #ef8c08

RGB 2391408
HSL0.100.940.48
HSV34°97°94°
CMYK 0.000.410.97   0.06
XYZ45.018537.12445.0227
Yxy37.12440.51650.4259
Hunter Lab60.929825.259137.7633
CIE-Lab67.370330.396772.0138

#ef8c08 color RGB value is (239,140,8).

#ef8c08 hex color red value is 239, green value is 140 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ef8c08 hue: 0.10 , saturation: 0.94 and the lightness value of ef8c08 is 0.48.

The process color (four color CMYK) of #ef8c08 color hex is 0.00, 0.41, 0.97, 0.06. Web safe color of #ef8c08 is #ff9900. Color #ef8c08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001100 00001000
Octal 357 214 10
Decimal 239 140 8
Hex EF 8C 8

RGB Percentages of Color #ef8c08

%61.76
%36.18
%2.07

CMYK Percentages of Color #ef8c08

%0
%41
%97
%6

Triadic Colors of #ef8c08

#ef8c08 #08ef8c #8c08ef

Analogous Colors of #ef8c08

#ef8c08 #dfef08 #ef1908

Monochromatic Colors of #ef8c08

#ef8c08

Complementary Color

#ef8c08 #086bef

#ef8c08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8c08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8c08 Color CSS Codes

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

#ef8c08 Text Font Color

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

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


#ef8c08 Background Color

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

This div background color is #ef8c08


#ef8c08 Border Color

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

This div border color is #ef8c08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,140,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef8c08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef8c08;
  -webkit-box-shadow: 1px 1px 3px 2px #ef8c08;
  box-shadow:         1px 1px 3px 2px #ef8c08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,140,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8c08

#ef8c08 Color Palettes


Comments

No comments written yet.

Please login to write comment.