Shades of Corn #FFEE5F
Tints of Corn #FFEE5F
RGB
CMYK
RGB Variations
Color information
#FFEE5F (or 0xFFEE5F) is known color: Corn. HEX triplet: FF, EE and 5F. RGB value is (255,238,95). Sum of RGB (Red+Green+Blue) = 255+238+95=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 95 (37.5% from 255 or 16.16% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5F is #0011A0. Grayscale: #E3E3E3. Windows color (decimal): -4513 or 6287103. OLE color: 6287103.
HSL color Cylindrical-coordinate representation of color #FFEE5F: hue angle of 53.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFEE5F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 95 | - |
| CMYK | 0 | 0.07 | 0.63 | 0 |
| HSL | 53.63º | 1% | 0.69% | - |
| HSV(B) | 53.63º | 0.63% | 1% | - |
| XYZ | 73.88 | 83.24 | 23 | - |
| YUV | 226.78 | 53.63 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 95 | 0 | 0.07 | 0.63 | 0 | 53.63 | 1 | 0.69 |
| Hex | FF | EE | 5F | 0 | 7 | 3F | 0 | 36 | 64 | 45 |
| Octal | 377 | 356 | 137 | 0 | 7 | 77 | 0 | 66 | 144 | 105 |
| Binary | 11111111 | 11101110 | 1011111 | 0 | 111 | 111111 | 0 | 110110 | 1100100 | 1000101 |
Color Harmonies of #FFEE5F
Complementary color
Monochromatic Colors of #FFEE5F
Black with #FFEE5F
Text Example
Text Example
White with #FFEE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE5F; }
p { color: rgb(255,238,95); }
H1.HeaderClassName
{
color: #FFEE5F;
}
.AnyTagClassName
{
color: #FFEE5F;
}
</style>
background-color css
<style>
a { background-color: #FFEE5F; }
a { background-color: rgb(255,238,95); }
div.DivClassName
{
background-color: #FFEE5F;
}
.BgClassName
{
background-color: #FFEE5F;
}
</style>
border-color css
<style>
span { border-color: #FFEE5F; }
span { border-color: rgb(255,238,95); }
td.TdClassName
{
border-color: #FFEE5F;
}
.TagClassName
{
border-color: #FFEE5F;
}
</style>