Shades of Corn #EEEC58
Tints of Corn #EEEC58
RGB
CMYK
RGB Variations
Color information
#EEEC58 (or 0xEEEC58) is known color: Corn. HEX triplet: EE, EC and 58. RGB value is (238,236,88). Sum of RGB (Red+Green+Blue) = 238+236+88=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 88 (34.77% from 255 or 15.66% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEC58 is #1113A7. Grayscale: #DCDCDC. Windows color (decimal): -1119144 or 5827822. OLE color: 5827822.
HSL color Cylindrical-coordinate representation of color #EEEC58: hue angle of 59.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEEC58 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 88 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.07 |
| HSL | 59.2º | 0.82% | 0.64% | - |
| HSV(B) | 59.2º | 0.63% | 0.93% | - |
| XYZ | 67.02 | 78.87 | 20.92 | - |
| YUV | 219.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 88 | 0 | 0.01 | 0.63 | 0.07 | 59.2 | 0.82 | 0.64 |
| Hex | EE | EC | 58 | 0 | 1 | 3F | 7 | 3B | 52 | 40 |
| Octal | 356 | 354 | 130 | 0 | 1 | 77 | 7 | 73 | 122 | 100 |
| Binary | 11101110 | 11101100 | 1011000 | 0 | 1 | 111111 | 111 | 111011 | 1010010 | 1000000 |
Color Harmonies of #EEEC58
Complementary color
Monochromatic Colors of #EEEC58
Black with #EEEC58
Text Example
Text Example
White with #EEEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC58; }
p { color: rgb(238,236,88); }
H1.HeaderClassName
{
color: #EEEC58;
}
.AnyTagClassName
{
color: #EEEC58;
}
</style>
background-color css
<style>
a { background-color: #EEEC58; }
a { background-color: rgb(238,236,88); }
div.DivClassName
{
background-color: #EEEC58;
}
.BgClassName
{
background-color: #EEEC58;
}
</style>
border-color css
<style>
span { border-color: #EEEC58; }
span { border-color: rgb(238,236,88); }
td.TdClassName
{
border-color: #EEEC58;
}
.TagClassName
{
border-color: #EEEC58;
}
</style>