color codes Logo

#eea70d color codes

#EEA70D
(238,167,13)
0 Favorites   0 Comments

Color spaces of #eea70d

RGB 23816713
HSL0.110.900.49
HSV41°95°93°
CMYK 0.000.300.95   0.07
XYZ49.151345.84366.6389
Yxy45.84360.48360.4511
Hunter Lab67.707911.089941.5820
CIE-Lab73.443915.796375.4954

#eea70d color RGB value is (238,167,13).

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

The process color (four color CMYK) of #eea70d color code is 0.00, 0.30, 0.95, 0.07. Web safe color of #eea70d is #ff9900. Color #eea70d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 00001101
Octal 356 247 15
Decimal 238 167 13
Hex EE A7 D

RGB Percentages of Color #eea70d

%56.94
%39.95
%3.11

CMYK Percentages of Color #eea70d

%0
%30
%95
%7

Triadic Colors of #eea70d

#eea70d #0deea7 #a70dee

Analogous Colors of #eea70d

#eea70d #c5ee0d #ee370d

Monochromatic Colors of #eea70d

#eea70d

Complementary Color

#eea70d #0d54ee

#eea70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea70d Color CSS Codes

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

#eea70d Text Font Color

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

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


#eea70d Background Color

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

This div background color is #eea70d


#eea70d Border Color

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

This div border color is #eea70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea70d


Comments

No comments written yet.

Please login to write comment.