Shades of Corn #EEEF58
Tints of Corn #EEEF58
RGB
CMYK
RGB Variations
Color information
#EEEF58 (or 0xEEEF58) is known color: Corn. HEX triplet: EE, EF and 58. RGB value is (238,239,88). Sum of RGB (Red+Green+Blue) = 238+239+88=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 239 (93.75% from 255 or 42.30% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEF58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEF58 is #1110A7. Grayscale: #DEDEDE. Windows color (decimal): -1118376 or 5828590. OLE color: 5828590.
HSL color Cylindrical-coordinate representation of color #EEEF58: hue angle of 60.4º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEEF58 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 239 | 88 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.06 |
| HSL | 60.4º | 0.83% | 0.64% | - |
| HSV(B) | 60.4º | 0.63% | 0.94% | - |
| XYZ | 67.89 | 80.61 | 21.21 | - |
| YUV | 221.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 239 | 88 | 0.00 | 0 | 0.63 | 0.06 | 60.4 | 0.83 | 0.64 |
| Hex | EE | EF | 58 | 0 | 0 | 3F | 6 | 3C | 53 | 40 |
| Octal | 356 | 357 | 130 | 0 | 0 | 77 | 6 | 74 | 123 | 100 |
| Binary | 11101110 | 11101111 | 1011000 | 0 | 0 | 111111 | 110 | 111100 | 1010011 | 1000000 |
Color Harmonies of #EEEF58
Complementary color
Monochromatic Colors of #EEEF58
Black with #EEEF58
Text Example
Text Example
White with #EEEF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEF58; }
p { color: rgb(238,239,88); }
H1.HeaderClassName
{
color: #EEEF58;
}
.AnyTagClassName
{
color: #EEEF58;
}
</style>
background-color css
<style>
a { background-color: #EEEF58; }
a { background-color: rgb(238,239,88); }
div.DivClassName
{
background-color: #EEEF58;
}
.BgClassName
{
background-color: #EEEF58;
}
</style>
border-color css
<style>
span { border-color: #EEEF58; }
span { border-color: rgb(238,239,88); }
td.TdClassName
{
border-color: #EEEF58;
}
.TagClassName
{
border-color: #EEEF58;
}
</style>