Shades of Corn #FEE960
Tints of Corn #FEE960
RGB
CMYK
RGB Variations
Color information
#FEE960 (or 0xFEE960) is known color: Corn. HEX triplet: FE, E9 and 60. RGB value is (254,233,96). Sum of RGB (Red+Green+Blue) = 254+233+96=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 96 (37.89% from 255 or 16.47% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE960 is #01169F. Grayscale: #E0E0E0. Windows color (decimal): -71328 or 6351358. OLE color: 6351358.
HSL color Cylindrical-coordinate representation of color #FEE960: hue angle of 52.03º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEE960 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 96 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.00 |
| HSL | 52.03º | 0.99% | 0.69% | - |
| HSV(B) | 52.03º | 0.62% | 1% | - |
| XYZ | 72.12 | 80.19 | 22.74 | - |
| YUV | 223.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 96 | 0 | 0.08 | 0.62 | 0.00 | 52.03 | 0.99 | 0.69 |
| Hex | FE | E9 | 60 | 0 | 8 | 3E | 0 | 34 | 63 | 45 |
| Octal | 376 | 351 | 140 | 0 | 10 | 76 | 0 | 64 | 143 | 105 |
| Binary | 11111110 | 11101001 | 1100000 | 0 | 1000 | 111110 | 0 | 110100 | 1100011 | 1000101 |
Color Harmonies of #FEE960
Complementary color
Monochromatic Colors of #FEE960
Black with #FEE960
Text Example
Text Example
White with #FEE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE960; }
p { color: rgb(254,233,96); }
H1.HeaderClassName
{
color: #FEE960;
}
.AnyTagClassName
{
color: #FEE960;
}
</style>
background-color css
<style>
a { background-color: #FEE960; }
a { background-color: rgb(254,233,96); }
div.DivClassName
{
background-color: #FEE960;
}
.BgClassName
{
background-color: #FEE960;
}
</style>
border-color css
<style>
span { border-color: #FEE960; }
span { border-color: rgb(254,233,96); }
td.TdClassName
{
border-color: #FEE960;
}
.TagClassName
{
border-color: #FEE960;
}
</style>