Shades of Corn #FFEE5C
Tints of Corn #FFEE5C
RGB
CMYK
RGB Variations
Color information
#FFEE5C (or 0xFFEE5C) is known color: Corn. HEX triplet: FF, EE and 5C. RGB value is (255,238,92). Sum of RGB (Red+Green+Blue) = 255+238+92=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 92 (36.33% from 255 or 15.73% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5C is #0011A3. Grayscale: #E3E3E3. Windows color (decimal): -4516 or 6090495. OLE color: 6090495.
HSL color Cylindrical-coordinate representation of color #FFEE5C: hue angle of 53.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFEE5C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 92 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.74º | 1% | 0.68% | - |
| HSV(B) | 53.74º | 0.64% | 1% | - |
| XYZ | 73.75 | 83.18 | 22.29 | - |
| YUV | 226.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 92 | 0 | 0.07 | 0.64 | 0 | 53.74 | 1 | 0.68 |
| Hex | FF | EE | 5C | 0 | 7 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 356 | 134 | 0 | 7 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101110 | 1011100 | 0 | 111 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEE5C
Complementary color
Monochromatic Colors of #FFEE5C
Black with #FFEE5C
Text Example
Text Example
White with #FFEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE5C; }
p { color: rgb(255,238,92); }
H1.HeaderClassName
{
color: #FFEE5C;
}
.AnyTagClassName
{
color: #FFEE5C;
}
</style>
background-color css
<style>
a { background-color: #FFEE5C; }
a { background-color: rgb(255,238,92); }
div.DivClassName
{
background-color: #FFEE5C;
}
.BgClassName
{
background-color: #FFEE5C;
}
</style>
border-color css
<style>
span { border-color: #FFEE5C; }
span { border-color: rgb(255,238,92); }
td.TdClassName
{
border-color: #FFEE5C;
}
.TagClassName
{
border-color: #FFEE5C;
}
</style>