Color Hex Logo

#efa90e Color Hex

#EFA90E
(239,169,14)
0 Favorites   0 Comments

Color spaces of #efa90e

RGB 23916914
HSL0.110.890.50
HSV41°94°94°
CMYK 0.000.290.94   0.06
XYZ49.863846.75846.8126
Yxy46.75840.48210.4521
Hunter Lab68.380110.499741.9591
CIE-Lab74.035015.178775.8338

#efa90e color RGB value is (239,169,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 00001110
Octal 357 251 16
Decimal 239 169 14
Hex EF A9 E

RGB Percentages of Color #efa90e

%56.64
%40.05
%3.32

CMYK Percentages of Color #efa90e

%0
%29
%94
%6

Triadic Colors of #efa90e

#efa90e #0eefa9 #a90eef

Analogous Colors of #efa90e

#efa90e #c5ef0e #ef390e

Monochromatic Colors of #efa90e

#efa90e

Complementary Color

#efa90e #0e54ef

#efa90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa90e Color CSS Codes

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

#efa90e Text Font Color

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

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


#efa90e Background Color

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

This div background color is #efa90e


#efa90e Border Color

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

This div border color is #efa90e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,169,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 #efa90e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa90e


Comments

No comments written yet.

Please login to write comment.