Shades of Corn #EEF158
Tints of Corn #EEF158
RGB
CMYK
RGB Variations
Color information
#EEF158 (or 0xEEF158) is known color: Corn. HEX triplet: EE, F1 and 58. RGB value is (238,241,88). Sum of RGB (Red+Green+Blue) = 238+241+88=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 88 (34.77% from 255 or 15.52% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF158 is #110EA7. Grayscale: #DFDFDF. Windows color (decimal): -1117864 or 5829102. OLE color: 5829102.
HSL color Cylindrical-coordinate representation of color #EEF158: hue angle of 61.18º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEF158 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 88 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.05 |
| HSL | 61.18º | 0.85% | 0.65% | - |
| HSV(B) | 61.18º | 0.63% | 0.95% | - |
| XYZ | 68.48 | 81.79 | 21.41 | - |
| YUV | 222.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 88 | 0.01 | 0 | 0.63 | 0.05 | 61.18 | 0.85 | 0.65 |
| Hex | EE | F1 | 58 | 1 | 0 | 3F | 5 | 3D | 55 | 41 |
| Octal | 356 | 361 | 130 | 1 | 0 | 77 | 5 | 75 | 125 | 101 |
| Binary | 11101110 | 11110001 | 1011000 | 1 | 0 | 111111 | 101 | 111101 | 1010101 | 1000001 |
Color Harmonies of #EEF158
Complementary color
Monochromatic Colors of #EEF158
Black with #EEF158
Text Example
Text Example
White with #EEF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF158; }
p { color: rgb(238,241,88); }
H1.HeaderClassName
{
color: #EEF158;
}
.AnyTagClassName
{
color: #EEF158;
}
</style>
background-color css
<style>
a { background-color: #EEF158; }
a { background-color: rgb(238,241,88); }
div.DivClassName
{
background-color: #EEF158;
}
.BgClassName
{
background-color: #EEF158;
}
</style>
border-color css
<style>
span { border-color: #EEF158; }
span { border-color: rgb(238,241,88); }
td.TdClassName
{
border-color: #EEF158;
}
.TagClassName
{
border-color: #EEF158;
}
</style>