Shades of Sweet Corn #EEE170
Tints of Sweet Corn #EEE170
RGB
CMYK
RGB Variations
Color information
#EEE170 (or 0xEEE170) is known color: Sweet Corn. HEX triplet: EE, E1 and 70. RGB value is (238,225,112). Sum of RGB (Red+Green+Blue) = 238+225+112=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE170 is #111E8F. Grayscale: #D8D8D8. Windows color (decimal): -1121936 or 7397870. OLE color: 7397870.
HSL color Cylindrical-coordinate representation of color #EEE170: hue angle of 53.81º 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 #EEE170 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 112 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.07 |
| HSL | 53.81º | 0.79% | 0.69% | - |
| HSV(B) | 53.81º | 0.53% | 0.93% | - |
| XYZ | 65.11 | 73.2 | 26.03 | - |
| YUV | 216.01 | 69.31 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 112 | 0 | 0.05 | 0.53 | 0.07 | 53.81 | 0.79 | 0.69 |
| Hex | EE | E1 | 70 | 0 | 5 | 35 | 7 | 36 | 4F | 45 |
| Octal | 356 | 341 | 160 | 0 | 5 | 65 | 7 | 66 | 117 | 105 |
| Binary | 11101110 | 11100001 | 1110000 | 0 | 101 | 110101 | 111 | 110110 | 1001111 | 1000101 |
Color Harmonies of #EEE170
Complementary color
Monochromatic Colors of #EEE170
Black with #EEE170
Text Example
Text Example
White with #EEE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE170; }
p { color: rgb(238,225,112); }
H1.HeaderClassName
{
color: #EEE170;
}
.AnyTagClassName
{
color: #EEE170;
}
</style>
background-color css
<style>
a { background-color: #EEE170; }
a { background-color: rgb(238,225,112); }
div.DivClassName
{
background-color: #EEE170;
}
.BgClassName
{
background-color: #EEE170;
}
</style>
border-color css
<style>
span { border-color: #EEE170; }
span { border-color: rgb(238,225,112); }
td.TdClassName
{
border-color: #EEE170;
}
.TagClassName
{
border-color: #EEE170;
}
</style>