Shades of Corn #FFEE5A
Tints of Corn #FFEE5A
RGB
CMYK
RGB Variations
Color information
#FFEE5A (or 0xFFEE5A) is known color: Corn. HEX triplet: FF, EE and 5A. RGB value is (255,238,90). Sum of RGB (Red+Green+Blue) = 255+238+90=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 90 (35.55% from 255 or 15.44% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5A is #0011A5. Grayscale: #E2E2E2. Windows color (decimal): -4518 or 5959423. OLE color: 5959423.
HSL color Cylindrical-coordinate representation of color #FFEE5A: hue angle of 53.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFEE5A is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 90 | - |
| CMYK | 0 | 0.07 | 0.65 | 0 |
| HSL | 53.82º | 1% | 0.68% | - |
| HSV(B) | 53.82º | 0.65% | 1% | - |
| XYZ | 73.66 | 83.15 | 21.84 | - |
| YUV | 226.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 90 | 0 | 0.07 | 0.65 | 0 | 53.82 | 1 | 0.68 |
| Hex | FF | EE | 5A | 0 | 7 | 41 | 0 | 36 | 64 | 44 |
| Octal | 377 | 356 | 132 | 0 | 7 | 101 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101110 | 1011010 | 0 | 111 | 1000001 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEE5A
Complementary color
Monochromatic Colors of #FFEE5A
Black with #FFEE5A
Text Example
Text Example
White with #FFEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE5A; }
p { color: rgb(255,238,90); }
H1.HeaderClassName
{
color: #FFEE5A;
}
.AnyTagClassName
{
color: #FFEE5A;
}
</style>
background-color css
<style>
a { background-color: #FFEE5A; }
a { background-color: rgb(255,238,90); }
div.DivClassName
{
background-color: #FFEE5A;
}
.BgClassName
{
background-color: #FFEE5A;
}
</style>
border-color css
<style>
span { border-color: #FFEE5A; }
span { border-color: rgb(255,238,90); }
td.TdClassName
{
border-color: #FFEE5A;
}
.TagClassName
{
border-color: #FFEE5A;
}
</style>