Color Hex Logo

#efa02a Color Hex

#EFA02A
(239,160,42)
0 Favorites   0 Comments

Color spaces of #efa02a

RGB 23916042
HSL0.100.860.55
HSV36°82°94°
CMYK 0.000.330.82   0.06
XYZ48.585343.65958.0569
Yxy43.65950.48440.4353
Hunter Lab66.075315.619539.0232
CIE-Lab72.000320.472467.7595

#efa02a color RGB value is (239,160,42).

#efa02a hex color red value is 239, green value is 160 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #efa02a hue: 0.10 , saturation: 0.86 and the lightness value of efa02a is 0.55.

The process color (four color CMYK) of #efa02a color hex is 0.00, 0.33, 0.82, 0.06. Web safe color of #efa02a is #ff9933. Color #efa02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100000 00101010
Octal 357 240 52
Decimal 239 160 42
Hex EF A0 2A

RGB Percentages of Color #efa02a

%54.20
%36.28
%9.52

CMYK Percentages of Color #efa02a

%0
%33
%82
%6

Triadic Colors of #efa02a

#efa02a #2aefa0 #a02aef

Analogous Colors of #efa02a

#efa02a #dcef2a #ef3e2a

Monochromatic Colors of #efa02a

#efa02a

Complementary Color

#efa02a #2a79ef

#efa02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa02a Color CSS Codes

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

#efa02a Text Font Color

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

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


#efa02a Background Color

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

This div background color is #efa02a


#efa02a Border Color

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

This div border color is #efa02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa02a


Comments

No comments written yet.

Please login to write comment.