Color Hex Logo

#e0c72a Color Hex

#E0C72A
(224,199,42)
0 Favorites   0 Comments

Color spaces of #e0c72a

RGB 22419942
HSL0.140.750.52
HSV52°81°88°
CMYK 0.000.110.81   0.12
XYZ51.581856.861310.4472
Yxy56.86130.43390.4783
Hunter Lab75.4064-9.858344.5702
CIE-Lab80.1015-6.391174.1314

#e0c72a color RGB value is (224,199,42).

#e0c72a hex color red value is 224, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e0c72a hue: 0.14 , saturation: 0.75 and the lightness value of e0c72a is 0.52.

The process color (four color CMYK) of #e0c72a color hex is 0.00, 0.11, 0.81, 0.12. Web safe color of #e0c72a is #cccc33. Color #e0c72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11000111 00101010
Octal 340 307 52
Decimal 224 199 42
Hex E0 C7 2A

RGB Percentages of Color #e0c72a

%48.17
%42.80
%9.03

CMYK Percentages of Color #e0c72a

%0
%11
%81
%12

Triadic Colors of #e0c72a

#e0c72a #2ae0c7 #c72ae0

Analogous Colors of #e0c72a

#e0c72a #9ee02a #e06c2a

Monochromatic Colors of #e0c72a

#e0c72a

Complementary Color

#e0c72a #2a43e0

#e0c72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c72a Color CSS Codes

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

#e0c72a Text Font Color

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

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


#e0c72a Background Color

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

This div background color is #e0c72a


#e0c72a Border Color

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

This div border color is #e0c72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0c72a


Comments

No comments written yet.

Please login to write comment.