Shades of Corn #FFEE5D
Tints of Corn #FFEE5D
RGB
CMYK
RGB Variations
Color information
#FFEE5D (or 0xFFEE5D) is known color: Corn. HEX triplet: FF, EE and 5D. RGB value is (255,238,93). Sum of RGB (Red+Green+Blue) = 255+238+93=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 93 (36.72% from 255 or 15.87% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5D is #0011A2. Grayscale: #E3E3E3. Windows color (decimal): -4515 or 6156031. OLE color: 6156031.
HSL color Cylindrical-coordinate representation of color #FFEE5D: hue angle of 53.7º 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 #FFEE5D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 93 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.7º | 1% | 0.68% | - |
| HSV(B) | 53.7º | 0.64% | 1% | - |
| XYZ | 73.79 | 83.2 | 22.53 | - |
| YUV | 226.55 | 52.63 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 93 | 0 | 0.07 | 0.64 | 0 | 53.7 | 1 | 0.68 |
| Hex | FF | EE | 5D | 0 | 7 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 356 | 135 | 0 | 7 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101110 | 1011101 | 0 | 111 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEE5D
Complementary color
Monochromatic Colors of #FFEE5D
Black with #FFEE5D
Text Example
Text Example
White with #FFEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE5D; }
p { color: rgb(255,238,93); }
H1.HeaderClassName
{
color: #FFEE5D;
}
.AnyTagClassName
{
color: #FFEE5D;
}
</style>
background-color css
<style>
a { background-color: #FFEE5D; }
a { background-color: rgb(255,238,93); }
div.DivClassName
{
background-color: #FFEE5D;
}
.BgClassName
{
background-color: #FFEE5D;
}
</style>
border-color css
<style>
span { border-color: #FFEE5D; }
span { border-color: rgb(255,238,93); }
td.TdClassName
{
border-color: #FFEE5D;
}
.TagClassName
{
border-color: #FFEE5D;
}
</style>