Color Hex Logo

#eee219 Color Hex

#EEE219
(238,226,25)
0 Favorites   0 Comments

Color spaces of #eee219

RGB 23822625
HSL0.160.860.52
HSV57°89°93°
CMYK 0.000.050.89   0.07
XYZ62.631772.640011.6396
Yxy72.64000.42630.4944
Hunter Lab85.2291-17.977951.5632
CIE-Lab88.2757-14.364984.8661

#eee219 color RGB value is (238,226,25).

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

The process color (four color CMYK) of #eee219 color hex is 0.00, 0.05, 0.89, 0.07. Web safe color of #eee219 is #ffcc00. Color #eee219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 00011001
Octal 356 342 31
Decimal 238 226 25
Hex EE E2 19

RGB Percentages of Color #eee219

%48.67
%46.22
%5.11

CMYK Percentages of Color #eee219

%0
%5
%89
%7

Triadic Colors of #eee219

#eee219 #19eee2 #e219ee

Analogous Colors of #eee219

#eee219 #90ee19 #ee7819

Monochromatic Colors of #eee219

#eee219

Complementary Color

#eee219 #1925ee

#eee219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee219 Color CSS Codes

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

#eee219 Text Font Color

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

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


#eee219 Background Color

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

This div background color is #eee219


#eee219 Border Color

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

This div border color is #eee219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee219


Comments

No comments written yet.

Please login to write comment.