Color Hex Logo

#efa60d Color Hex

#EFA60D
(239,166,13)
0 Favorites   0 Comments

Color spaces of #efa60d

RGB 23916613
HSL0.110.900.49
HSV41°95°94°
CMYK 0.000.310.95   0.06
XYZ49.305545.65226.5938
Yxy45.65220.48550.4495
Hunter Lab67.566412.016341.5104
CIE-Lab73.319316.752975.4592

#efa60d color RGB value is (239,166,13).

#efa60d hex color red value is 239, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #efa60d hue: 0.11 , saturation: 0.90 and the lightness value of efa60d is 0.49.

The process color (four color CMYK) of #efa60d color hex is 0.00, 0.31, 0.95, 0.06. Web safe color of #efa60d is #ff9900. Color #efa60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 00001101
Octal 357 246 15
Decimal 239 166 13
Hex EF A6 D

RGB Percentages of Color #efa60d

%57.18
%39.71
%3.11

CMYK Percentages of Color #efa60d

%0
%31
%95
%6

Triadic Colors of #efa60d

#efa60d #0defa6 #a60def

Analogous Colors of #efa60d

#efa60d #c7ef0d #ef350d

Monochromatic Colors of #efa60d

#efa60d

Complementary Color

#efa60d #0d56ef

#efa60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa60d Color CSS Codes

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

#efa60d Text Font Color

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

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


#efa60d Background Color

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

This div background color is #efa60d


#efa60d Border Color

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

This div border color is #efa60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa60d


Comments

No comments written yet.

Please login to write comment.