Color Hex Logo

#eec258 Color Hex

#EEC258
(238,194,88)
0 Favorites   0 Comments

Color spaces of #eec258

RGB 23819488
HSL0.120.820.64
HSV42°63°93°
CMYK 0.000.180.63   0.07
XYZ56.313157.465317.3564
Yxy57.46530.42940.4382
Hunter Lab75.8059-0.059939.4892
CIE-Lab80.44064.254057.8351

#eec258 color RGB value is (238,194,88).

#eec258 hex color red value is 238, green value is 194 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eec258 hue: 0.12 , saturation: 0.82 and the lightness value of eec258 is 0.64.

The process color (four color CMYK) of #eec258 color hex is 0.00, 0.18, 0.63, 0.07. Web safe color of #eec258 is #ffcc66. Color #eec258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01011000
Octal 356 302 130
Decimal 238 194 88
Hex EE C2 58

RGB Percentages of Color #eec258

%45.77
%37.31
%16.92

CMYK Percentages of Color #eec258

%0
%18
%63
%7

Triadic Colors of #eec258

#eec258 #58eec2 #c258ee

Analogous Colors of #eec258

#eec258 #cfee58 #ee7758

Monochromatic Colors of #eec258

#eec258

Complementary Color

#eec258 #5884ee

#eec258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec258 Color CSS Codes

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

#eec258 Text Font Color

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

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


#eec258 Background Color

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

This div background color is #eec258


#eec258 Border Color

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

This div border color is #eec258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec258


Comments

No comments written yet.

Please login to write comment.