Color Hex Logo

#e9c70a Color Hex

#E9C70A
(233,199,10)
0 Favorites   0 Comments

Color spaces of #e9c70a

RGB 23319910
HSL0.140.920.48
HSV51°96°91°
CMYK 0.000.150.96   0.09
XYZ54.082558.19248.6690
Yxy58.19240.44720.4812
Hunter Lab76.2839-6.947046.6610
CIE-Lab80.8456-3.111580.9354

#e9c70a color RGB value is (233,199,10).

#e9c70a hex color red value is 233, green value is 199 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e9c70a hue: 0.14 , saturation: 0.92 and the lightness value of e9c70a is 0.48.

The process color (four color CMYK) of #e9c70a color hex is 0.00, 0.15, 0.96, 0.09. Web safe color of #e9c70a is #ffcc00. Color #e9c70a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11000111 00001010
Octal 351 307 12
Decimal 233 199 10
Hex E9 C7 A

RGB Percentages of Color #e9c70a

%52.71
%45.02
%2.26

CMYK Percentages of Color #e9c70a

%0
%15
%96
%9

Triadic Colors of #e9c70a

#e9c70a #0ae9c7 #c70ae9

Analogous Colors of #e9c70a

#e9c70a #9ce90a #e9580a

Monochromatic Colors of #e9c70a

#e9c70a

Complementary Color

#e9c70a #0a2ce9

#e9c70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9c70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9c70a Color CSS Codes

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

#e9c70a Text Font Color

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

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


#e9c70a Background Color

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

This div background color is #e9c70a


#e9c70a Border Color

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

This div border color is #e9c70a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,199,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9c70a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9c70a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9c70a;
  box-shadow:         1px 1px 3px 2px #e9c70a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,199,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9c70a


Comments

No comments written yet.

Please login to write comment.