Color Hex Logo

#eec02e Color Hex

#EEC02E
(238,192,46)
0 Favorites   0 Comments

Color spaces of #eec02e

RGB 23819246
HSL0.130.850.56
HSV46°81°93°
CMYK 0.000.190.81   0.07
XYZ54.602756.073710.5302
Yxy56.07370.45050.4626
Hunter Lab74.8824-0.885644.0801
CIE-Lab79.65573.341573.1210

#eec02e color RGB value is (238,192,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 00101110
Octal 356 300 56
Decimal 238 192 46
Hex EE C0 2E

RGB Percentages of Color #eec02e

%50.00
%40.34
%9.66

CMYK Percentages of Color #eec02e

%0
%19
%81
%7

Triadic Colors of #eec02e

#eec02e #2eeec0 #c02eee

Analogous Colors of #eec02e

#eec02e #bcee2e #ee602e

Monochromatic Colors of #eec02e

#eec02e

Complementary Color

#eec02e #2e5cee

#eec02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec02e Color CSS Codes

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

#eec02e Text Font Color

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

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


#eec02e Background Color

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

This div background color is #eec02e


#eec02e Border Color

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

This div border color is #eec02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec02e


Comments

No comments written yet.

Please login to write comment.