Color Hex Logo

#ef812f Color Hex

#EF812F
(239,129,47)
0 Favorites   0 Comments

Color spaces of #ef812f

RGB 23912947
HSL0.070.860.56
HSV26°80°94°
CMYK 0.000.460.80   0.06
XYZ43.960034.25656.9845
Yxy34.25650.51600.4021
Hunter Lab58.529131.641933.8950
CIE-Lab65.165736.820459.8797

#ef812f color RGB value is (239,129,47).

#ef812f hex color red value is 239, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ef812f hue: 0.07 , saturation: 0.86 and the lightness value of ef812f is 0.56.

The process color (four color CMYK) of #ef812f color hex is 0.00, 0.46, 0.80, 0.06. Web safe color of #ef812f is #ff9933. Color #ef812f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000001 00101111
Octal 357 201 57
Decimal 239 129 47
Hex EF 81 2F

RGB Percentages of Color #ef812f

%57.59
%31.08
%11.33

CMYK Percentages of Color #ef812f

%0
%46
%80
%6

Triadic Colors of #ef812f

#ef812f #2fef81 #812fef

Analogous Colors of #ef812f

#ef812f #efe12f #ef2f3d

Monochromatic Colors of #ef812f

#ef812f

Complementary Color

#ef812f #2f9def

#ef812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef812f Color CSS Codes

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

#ef812f Text Font Color

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

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


#ef812f Background Color

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

This div background color is #ef812f


#ef812f Border Color

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

This div border color is #ef812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef812f


Comments

No comments written yet.

Please login to write comment.