Color Hex Logo

#eec03b Color Hex

#EEC03B
(238,192,59)
0 Favorites   0 Comments

Color spaces of #eec03b

RGB 23819259
HSL0.120.840.58
HSV45°75°93°
CMYK 0.000.190.75   0.07
XYZ54.898956.192212.0904
Yxy56.19220.44570.4562
Hunter Lab74.9615-0.456042.9102
CIE-Lab79.72313.801568.9103

#eec03b color RGB value is (238,192,59).

#eec03b hex color red value is 238, green value is 192 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eec03b hue: 0.12 , saturation: 0.84 and the lightness value of eec03b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 00111011
Octal 356 300 73
Decimal 238 192 59
Hex EE C0 3B

RGB Percentages of Color #eec03b

%48.67
%39.26
%12.07

CMYK Percentages of Color #eec03b

%0
%19
%75
%7

Triadic Colors of #eec03b

#eec03b #3beec0 #c03bee

Analogous Colors of #eec03b

#eec03b #c3ee3b #ee673b

Monochromatic Colors of #eec03b

#eec03b

Complementary Color

#eec03b #3b69ee

#eec03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec03b Color CSS Codes

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

#eec03b Text Font Color

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

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


#eec03b Background Color

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

This div background color is #eec03b


#eec03b Border Color

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

This div border color is #eec03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec03b


Comments

No comments written yet.

Please login to write comment.