Shades of Corn #FFEE58
Tints of Corn #FFEE58
RGB
CMYK
RGB Variations
Color information
#FFEE58 (or 0xFFEE58) is known color: Corn. HEX triplet: FF, EE and 58. RGB value is (255,238,88). Sum of RGB (Red+Green+Blue) = 255+238+88=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE58 is #0011A7. Grayscale: #E2E2E2. Windows color (decimal): -4520 or 5828351. OLE color: 5828351.
HSL color Cylindrical-coordinate representation of color #FFEE58: hue angle of 53.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFEE58 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 88 | - |
| CMYK | 0 | 0.07 | 0.65 | 0 |
| HSL | 53.89º | 1% | 0.67% | - |
| HSV(B) | 53.89º | 0.65% | 1% | - |
| XYZ | 73.58 | 83.11 | 21.4 | - |
| YUV | 225.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 88 | 0 | 0.07 | 0.65 | 0 | 53.89 | 1 | 0.67 |
| Hex | FF | EE | 58 | 0 | 7 | 41 | 0 | 36 | 64 | 43 |
| Octal | 377 | 356 | 130 | 0 | 7 | 101 | 0 | 66 | 144 | 103 |
| Binary | 11111111 | 11101110 | 1011000 | 0 | 111 | 1000001 | 0 | 110110 | 1100100 | 1000011 |
Color Harmonies of #FFEE58
Complementary color
Monochromatic Colors of #FFEE58
Black with #FFEE58
Text Example
Text Example
White with #FFEE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE58; }
p { color: rgb(255,238,88); }
H1.HeaderClassName
{
color: #FFEE58;
}
.AnyTagClassName
{
color: #FFEE58;
}
</style>
background-color css
<style>
a { background-color: #FFEE58; }
a { background-color: rgb(255,238,88); }
div.DivClassName
{
background-color: #FFEE58;
}
.BgClassName
{
background-color: #FFEE58;
}
</style>
border-color css
<style>
span { border-color: #FFEE58; }
span { border-color: rgb(255,238,88); }
td.TdClassName
{
border-color: #FFEE58;
}
.TagClassName
{
border-color: #FFEE58;
}
</style>