Shades of Corn #FFEE5B
Tints of Corn #FFEE5B
RGB
CMYK
RGB Variations
Color information
#FFEE5B (or 0xFFEE5B) is known color: Corn. HEX triplet: FF, EE and 5B. RGB value is (255,238,91). Sum of RGB (Red+Green+Blue) = 255+238+91=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 91 (35.94% from 255 or 15.58% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEE5B is #0011A4. Grayscale: #E2E2E2. Windows color (decimal): -4517 or 6024959. OLE color: 6024959.
HSL color Cylindrical-coordinate representation of color #FFEE5B: hue angle of 53.78º 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 #FFEE5B is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 91 | - |
| CMYK | 0 | 0.07 | 0.64 | 0 |
| HSL | 53.78º | 1% | 0.68% | - |
| HSV(B) | 53.78º | 0.64% | 1% | - |
| XYZ | 73.7 | 83.16 | 22.07 | - |
| YUV | 226.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 91 | 0 | 0.07 | 0.64 | 0 | 53.78 | 1 | 0.68 |
| Hex | FF | EE | 5B | 0 | 7 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 356 | 133 | 0 | 7 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101110 | 1011011 | 0 | 111 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEE5B
Complementary color
Monochromatic Colors of #FFEE5B
Black with #FFEE5B
Text Example
Text Example
White with #FFEE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE5B; }
p { color: rgb(255,238,91); }
H1.HeaderClassName
{
color: #FFEE5B;
}
.AnyTagClassName
{
color: #FFEE5B;
}
</style>
background-color css
<style>
a { background-color: #FFEE5B; }
a { background-color: rgb(255,238,91); }
div.DivClassName
{
background-color: #FFEE5B;
}
.BgClassName
{
background-color: #FFEE5B;
}
</style>
border-color css
<style>
span { border-color: #FFEE5B; }
span { border-color: rgb(255,238,91); }
td.TdClassName
{
border-color: #FFEE5B;
}
.TagClassName
{
border-color: #FFEE5B;
}
</style>