Shades of Corn #EEF059
Tints of Corn #EEF059
RGB
CMYK
RGB Variations
Color information
#EEF059 (or 0xEEF059) is known color: Corn. HEX triplet: EE, F0 and 59. RGB value is (238,240,89). Sum of RGB (Red+Green+Blue) = 238+240+89=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 89 (35.16% from 255 or 15.70% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF059 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF059 is #110FA6. Grayscale: #DEDEDE. Windows color (decimal): -1118119 or 5894382. OLE color: 5894382.
HSL color Cylindrical-coordinate representation of color #EEF059: hue angle of 60.79º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEF059 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 240 | 89 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.06 |
| HSL | 60.79º | 0.83% | 0.65% | - |
| HSV(B) | 60.79º | 0.63% | 0.94% | - |
| XYZ | 68.22 | 81.22 | 21.53 | - |
| YUV | 222.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 89 | 0.01 | 0 | 0.63 | 0.06 | 60.79 | 0.83 | 0.65 |
| Hex | EE | F0 | 59 | 1 | 0 | 3F | 6 | 3D | 53 | 41 |
| Octal | 356 | 360 | 131 | 1 | 0 | 77 | 6 | 75 | 123 | 101 |
| Binary | 11101110 | 11110000 | 1011001 | 1 | 0 | 111111 | 110 | 111101 | 1010011 | 1000001 |
Color Harmonies of #EEF059
Complementary color
Monochromatic Colors of #EEF059
Black with #EEF059
Text Example
Text Example
White with #EEF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF059; }
p { color: rgb(238,240,89); }
H1.HeaderClassName
{
color: #EEF059;
}
.AnyTagClassName
{
color: #EEF059;
}
</style>
background-color css
<style>
a { background-color: #EEF059; }
a { background-color: rgb(238,240,89); }
div.DivClassName
{
background-color: #EEF059;
}
.BgClassName
{
background-color: #EEF059;
}
</style>
border-color css
<style>
span { border-color: #EEF059; }
span { border-color: rgb(238,240,89); }
td.TdClassName
{
border-color: #EEF059;
}
.TagClassName
{
border-color: #EEF059;
}
</style>