Color Hex Logo

#eed220 Color Hex

#EED220
(238,210,32)
0 Favorites   0 Comments

Color spaces of #eed220

RGB 23821032
HSL0.140.860.53
HSV52°87°93°
CMYK 0.000.120.87   0.07
XYZ58.567264.374610.7052
Yxy64.37460.43820.4817
Hunter Lab80.2338-10.111848.2529
CIE-Lab84.1604-6.249780.3819

#eed220 color RGB value is (238,210,32).

#eed220 hex color red value is 238, green value is 210 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eed220 hue: 0.14 , saturation: 0.86 and the lightness value of eed220 is 0.53.

The process color (four color CMYK) of #eed220 color hex is 0.00, 0.12, 0.87, 0.07. Web safe color of #eed220 is #ffcc33. Color #eed220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00100000
Octal 356 322 40
Decimal 238 210 32
Hex EE D2 20

RGB Percentages of Color #eed220

%49.58
%43.75
%6.67

CMYK Percentages of Color #eed220

%0
%12
%87
%7

Triadic Colors of #eed220

#eed220 #20eed2 #d220ee

Analogous Colors of #eed220

#eed220 #a3ee20 #ee6b20

Monochromatic Colors of #eed220

#eed220

Complementary Color

#eed220 #203cee

#eed220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed220 Color CSS Codes

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

#eed220 Text Font Color

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

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


#eed220 Background Color

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

This div background color is #eed220


#eed220 Border Color

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

This div border color is #eed220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed220


Comments

No comments written yet.

Please login to write comment.