Shades of Corn #EEE560
Tints of Corn #EEE560
RGB
CMYK
RGB Variations
Color information
#EEE560 (or 0xEEE560) is known color: Corn. HEX triplet: EE, E5 and 60. RGB value is (238,229,96). Sum of RGB (Red+Green+Blue) = 238+229+96=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE560 is #111A9F. Grayscale: #D9D9D9. Windows color (decimal): -1120928 or 6350318. OLE color: 6350318.
HSL color Cylindrical-coordinate representation of color #EEE560: hue angle of 56.2º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEE560 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 96 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.07 |
| HSL | 56.2º | 0.81% | 0.65% | - |
| HSV(B) | 56.2º | 0.6% | 0.93% | - |
| XYZ | 65.39 | 75.06 | 22.11 | - |
| YUV | 216.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 96 | 0 | 0.04 | 0.60 | 0.07 | 56.2 | 0.81 | 0.65 |
| Hex | EE | E5 | 60 | 0 | 4 | 3C | 7 | 38 | 51 | 41 |
| Octal | 356 | 345 | 140 | 0 | 4 | 74 | 7 | 70 | 121 | 101 |
| Binary | 11101110 | 11100101 | 1100000 | 0 | 100 | 111100 | 111 | 111000 | 1010001 | 1000001 |
Color Harmonies of #EEE560
Complementary color
Monochromatic Colors of #EEE560
Black with #EEE560
Text Example
Text Example
White with #EEE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE560; }
p { color: rgb(238,229,96); }
H1.HeaderClassName
{
color: #EEE560;
}
.AnyTagClassName
{
color: #EEE560;
}
</style>
background-color css
<style>
a { background-color: #EEE560; }
a { background-color: rgb(238,229,96); }
div.DivClassName
{
background-color: #EEE560;
}
.BgClassName
{
background-color: #EEE560;
}
</style>
border-color css
<style>
span { border-color: #EEE560; }
span { border-color: rgb(238,229,96); }
td.TdClassName
{
border-color: #EEE560;
}
.TagClassName
{
border-color: #EEE560;
}
</style>