Color Hex Logo

#ef840b Color Hex

#EF840B
(239,132,11)
0 Favorites   0 Comments

Color spaces of #ef840b

RGB 23913211
HSL0.090.910.49
HSV32°95°94°
CMYK 0.000.450.95   0.06
XYZ43.908334.87744.7344
Yxy34.87740.52570.4176
Hunter Lab59.057129.362936.5869
CIE-Lab65.653134.567770.4527

#ef840b color RGB value is (239,132,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 00001011
Octal 357 204 13
Decimal 239 132 11
Hex EF 84 B

RGB Percentages of Color #ef840b

%62.57
%34.55
%2.88

CMYK Percentages of Color #ef840b

%0
%45
%95
%6

Triadic Colors of #ef840b

#ef840b #0bef84 #840bef

Analogous Colors of #ef840b

#ef840b #e8ef0b #ef120b

Monochromatic Colors of #ef840b

#ef840b

Complementary Color

#ef840b #0b76ef

#ef840b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef840b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef840b Color CSS Codes

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

#ef840b Text Font Color

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

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


#ef840b Background Color

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

This div background color is #ef840b


#ef840b Border Color

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

This div border color is #ef840b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,132,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 #ef840b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef840b


Comments

No comments written yet.

Please login to write comment.