Shades of Sweet Corn #EEDE76
Tints of Sweet Corn #EEDE76
RGB
CMYK
RGB Variations
Color information
#EEDE76 (or 0xEEDE76) is known color: Sweet Corn. HEX triplet: EE, DE and 76. RGB value is (238,222,118). Sum of RGB (Red+Green+Blue) = 238+222+118=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE76 is #112189. Grayscale: #D7D7D7. Windows color (decimal): -1122698 or 7790318. OLE color: 7790318.
HSL color Cylindrical-coordinate representation of color #EEDE76: hue angle of 52º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEDE76 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 118 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.07 |
| HSL | 52º | 0.78% | 0.7% | - |
| HSV(B) | 52º | 0.5% | 0.93% | - |
| XYZ | 64.65 | 71.73 | 27.58 | - |
| YUV | 214.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 118 | 0 | 0.07 | 0.50 | 0.07 | 52 | 0.78 | 0.7 |
| Hex | EE | DE | 76 | 0 | 7 | 32 | 7 | 34 | 4E | 46 |
| Octal | 356 | 336 | 166 | 0 | 7 | 62 | 7 | 64 | 116 | 106 |
| Binary | 11101110 | 11011110 | 1110110 | 0 | 111 | 110010 | 111 | 110100 | 1001110 | 1000110 |
Color Harmonies of #EEDE76
Complementary color
Monochromatic Colors of #EEDE76
Black with #EEDE76
Text Example
Text Example
White with #EEDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE76; }
p { color: rgb(238,222,118); }
H1.HeaderClassName
{
color: #EEDE76;
}
.AnyTagClassName
{
color: #EEDE76;
}
</style>
background-color css
<style>
a { background-color: #EEDE76; }
a { background-color: rgb(238,222,118); }
div.DivClassName
{
background-color: #EEDE76;
}
.BgClassName
{
background-color: #EEDE76;
}
</style>
border-color css
<style>
span { border-color: #EEDE76; }
span { border-color: rgb(238,222,118); }
td.TdClassName
{
border-color: #EEDE76;
}
.TagClassName
{
border-color: #EEDE76;
}
</style>