Color Hex Logo

#ef810e Color Hex

#EF810E
(239,129,14)
0 Favorites   0 Comments

Color spaces of #ef810e

RGB 23912914
HSL0.090.890.50
HSV31°94°94°
CMYK 0.000.460.94   0.06
XYZ43.526134.08294.7001
Yxy34.08290.52880.4141
Hunter Lab58.380630.916136.0931
CIE-Lab65.028336.135969.5457

#ef810e color RGB value is (239,129,14).

#ef810e hex color red value is 239, green value is 129 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ef810e hue: 0.09 , saturation: 0.89 and the lightness value of ef810e is 0.50.

The process color (four color CMYK) of #ef810e color hex is 0.00, 0.46, 0.94, 0.06. Web safe color of #ef810e is #ff9900. Color #ef810e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 00001110
Octal 357 201 16
Decimal 239 129 14
Hex EF 81 E

RGB Percentages of Color #ef810e

%62.57
%33.77
%3.66

CMYK Percentages of Color #ef810e

%0
%46
%94
%6

Triadic Colors of #ef810e

#ef810e #0eef81 #810eef

Analogous Colors of #ef810e

#ef810e #edef0e #ef110e

Monochromatic Colors of #ef810e

#ef810e

Complementary Color

#ef810e #0e7cef

#ef810e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef810e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef810e Color CSS Codes

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

#ef810e Text Font Color

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

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


#ef810e Background Color

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

This div background color is #ef810e


#ef810e Border Color

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

This div border color is #ef810e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef810e

#ef810e Color Palettes


Comments

No comments written yet.

Please login to write comment.