Color Hex Logo

#eec72e Color Hex

#EEC72E
(238,199,46)
0 Favorites   0 Comments

Color spaces of #eec72e

RGB 23819946
HSL0.130.850.56
HSV48°81°93°
CMYK 0.000.160.81   0.07
XYZ56.176559.221211.0548
Yxy59.22120.44420.4683
Hunter Lab76.9553-4.368845.3516
CIE-Lab81.4130-0.277474.6509

#eec72e color RGB value is (238,199,46).

#eec72e hex color red value is 238, green value is 199 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eec72e hue: 0.13 , saturation: 0.85 and the lightness value of eec72e is 0.56.

The process color (four color CMYK) of #eec72e color hex is 0.00, 0.16, 0.81, 0.07. Web safe color of #eec72e is #ffcc33. Color #eec72e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 00101110
Octal 356 307 56
Decimal 238 199 46
Hex EE C7 2E

RGB Percentages of Color #eec72e

%49.28
%41.20
%9.52

CMYK Percentages of Color #eec72e

%0
%16
%81
%7

Triadic Colors of #eec72e

#eec72e #2eeec7 #c72eee

Analogous Colors of #eec72e

#eec72e #b5ee2e #ee672e

Monochromatic Colors of #eec72e

#eec72e

Complementary Color

#eec72e #2e55ee

#eec72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec72e Color CSS Codes

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

#eec72e Text Font Color

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

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


#eec72e Background Color

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

This div background color is #eec72e


#eec72e Border Color

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

This div border color is #eec72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec72e


Comments

No comments written yet.

Please login to write comment.