Color Hex Logo

#eee231 Color Hex

#EEE231
(238,226,49)
0 Favorites   0 Comments

Color spaces of #eee231

RGB 23822649
HSL0.160.850.56
HSV56°79°93°
CMYK 0.000.050.79   0.07
XYZ63.010672.791613.6349
Yxy72.79160.42170.4871
Hunter Lab85.3180-17.477450.2473
CIE-Lab88.3482-13.801779.8507

#eee231 color RGB value is (238,226,49).

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

The process color (four color CMYK) of #eee231 color hex is 0.00, 0.05, 0.79, 0.07. Web safe color of #eee231 is #ffcc33. Color #eee231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 00110001
Octal 356 342 61
Decimal 238 226 49
Hex EE E2 31

RGB Percentages of Color #eee231

%46.39
%44.05
%9.55

CMYK Percentages of Color #eee231

%0
%5
%79
%7

Triadic Colors of #eee231

#eee231 #31eee2 #e231ee

Analogous Colors of #eee231

#eee231 #9cee31 #ee8431

Monochromatic Colors of #eee231

#eee231

Complementary Color

#eee231 #313dee

#eee231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee231 Color CSS Codes

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

#eee231 Text Font Color

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

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


#eee231 Background Color

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

This div background color is #eee231


#eee231 Border Color

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

This div border color is #eee231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee231


Comments

No comments written yet.

Please login to write comment.