Color Hex Logo

#efa15a Color Hex

#EFA15A
(239,161,90)
0 Favorites   0 Comments

Color spaces of #efa15a

RGB 23916190
HSL0.080.820.65
HSV29°62°94°
CMYK 0.000.330.62   0.06
XYZ50.186944.578615.6323
Yxy44.57860.45460.4038
Hunter Lab66.767217.330532.8554
CIE-Lab72.613522.174648.0568

#efa15a color RGB value is (239,161,90).

#efa15a hex color red value is 239, green value is 161 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #efa15a hue: 0.08 , saturation: 0.82 and the lightness value of efa15a is 0.65.

The process color (four color CMYK) of #efa15a color hex is 0.00, 0.33, 0.62, 0.06. Web safe color of #efa15a is #ff9966. Color #efa15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100001 01011010
Octal 357 241 132
Decimal 239 161 90
Hex EF A1 5A

RGB Percentages of Color #efa15a

%48.78
%32.86
%18.37

CMYK Percentages of Color #efa15a

%0
%33
%62
%6

Triadic Colors of #efa15a

#efa15a #5aefa1 #a15aef

Analogous Colors of #efa15a

#efa15a #efec5a #ef5a5e

Monochromatic Colors of #efa15a

#efa15a

Complementary Color

#efa15a #5aa8ef

#efa15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa15a Color CSS Codes

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

#efa15a Text Font Color

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

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


#efa15a Background Color

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

This div background color is #efa15a


#efa15a Border Color

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

This div border color is #efa15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa15a


Comments

No comments written yet.

Please login to write comment.