#EEDC70

Color #EEDC70 Sweet Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Corn #EEDC70

Tints of Sweet Corn #EEDC70

Color information

#EEDC70 (or 0xEEDC70) is unknown color: approx Sweet Corn. HEX triplet: EE, DC and 70. RGB value is (238,220,112). Sum of RGB (Red+Green+Blue) = 238+220+112=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC70 is #11238F. Grayscale: #D5D5D5. Windows color (decimal): -1123216 or 7396590. OLE color: 7396590.

HSL color Cylindrical-coordinate representation of color #EEDC70: hue angle of 51.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEDC70 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB238220112-
CMYK00.080.530.07
HSL51.43º78.75%68.63%-
HSV(B)51.43º52.94%93.33%-
XYZ63.7870.5325.58-
YUV213.0770.96145.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 112 (44.14% from 255) = 19.65%
R=41.75%
G=38.60%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822011200.080.530.0751.4378.7568.63
HexEEDC7008357334f45
Octal35633416001065763117105
Binary111011101101110011100000100011010111111001110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC70; }

 p { color: rgb(238,220,112); }

 H1.HeaderClassName
 {
   color: #EEDC70;
 }
 .AnyTagClassName
 {
   color: #EEDC70;
 }
</style>
background-color css

<style>
 a { background-color: #EEDC70; }

 a { background-color: rgb(238,220,112); }

 div.DivClassName
 {
   background-color: #EEDC70;
 }
 .BgClassName
 {
   background-color: #EEDC70;
 }
</style>
border-color css

<style>
 span { border-color: #EEDC70; }

 span { border-color: rgb(238,220,112); }

 td.TdClassName
 {
   border-color: #EEDC70;
 }
 .TagClassName
 {
   border-color: #EEDC70;
 }
</style>