Color Hex Logo

#ef870b Color Hex

#EF870B
(239,135,11)
0 Favorites   0 Comments

Color spaces of #ef870b

RGB 23913511
HSL0.090.910.49
HSV33°95°94°
CMYK 0.000.440.95   0.06
XYZ44.321035.70284.8720
Yxy35.70280.52210.4205
Hunter Lab59.751827.837036.9919
CIE-Lab66.292233.020170.8797

#ef870b color RGB value is (239,135,11).

#ef870b hex color red value is 239, green value is 135 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ef870b hue: 0.09 , saturation: 0.91 and the lightness value of ef870b is 0.49.

The process color (four color CMYK) of #ef870b color hex is 0.00, 0.44, 0.95, 0.06. Web safe color of #ef870b is #ff9900. Color #ef870b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 00001011
Octal 357 207 13
Decimal 239 135 11
Hex EF 87 B

RGB Percentages of Color #ef870b

%62.08
%35.06
%2.86

CMYK Percentages of Color #ef870b

%0
%44
%95
%6

Triadic Colors of #ef870b

#ef870b #0bef87 #870bef

Analogous Colors of #ef870b

#ef870b #e5ef0b #ef150b

Monochromatic Colors of #ef870b

#ef870b

Complementary Color

#ef870b #0b73ef

#ef870b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef870b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef870b Color CSS Codes

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

#ef870b Text Font Color

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

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


#ef870b Background Color

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

This div background color is #ef870b


#ef870b Border Color

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

This div border color is #ef870b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef870b


Comments

No comments written yet.

Please login to write comment.