Color Hex Logo

#ef864a Color Hex

#EF864A
(239,134,74)
0 Favorites   0 Comments

Color spaces of #ef864a

RGB 23913474
HSL0.060.840.61
HSV22°69°94°
CMYK 0.000.440.69   0.06
XYZ45.357735.895311.0164
Yxy35.89530.49160.3890
Hunter Lab59.912730.288631.0370
CIE-Lab66.439835.383548.9433

#ef864a color RGB value is (239,134,74).

#ef864a hex color red value is 239, green value is 134 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef864a hue: 0.06 , saturation: 0.84 and the lightness value of ef864a is 0.61.

The process color (four color CMYK) of #ef864a color hex is 0.00, 0.44, 0.69, 0.06. Web safe color of #ef864a is #ff9933. Color #ef864a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000110 01001010
Octal 357 206 112
Decimal 239 134 74
Hex EF 86 4A

RGB Percentages of Color #ef864a

%53.47
%29.98
%16.55

CMYK Percentages of Color #ef864a

%0
%44
%69
%6

Triadic Colors of #ef864a

#ef864a #4aef86 #864aef

Analogous Colors of #ef864a

#ef864a #efd94a #ef4a60

Monochromatic Colors of #ef864a

#ef864a

Complementary Color

#ef864a #4ab3ef

#ef864a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef864a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef864a Color CSS Codes

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

#ef864a Text Font Color

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

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


#ef864a Background Color

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

This div background color is #ef864a


#ef864a Border Color

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

This div border color is #ef864a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef864a


Comments

No comments written yet.

Please login to write comment.