Shades of Corn #FEE965
Tints of Corn #FEE965
RGB
CMYK
RGB Variations
Color information
#FEE965 (or 0xFEE965) is known color: Corn. HEX triplet: FE, E9 and 65. RGB value is (254,233,101). Sum of RGB (Red+Green+Blue) = 254+233+101=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 101 (39.84% from 255 or 17.18% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE965 is #01169A. Grayscale: #E0E0E0. Windows color (decimal): -71323 or 6679038. OLE color: 6679038.
HSL color Cylindrical-coordinate representation of color #FEE965: hue angle of 51.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEE965 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 101 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.00 |
| HSL | 51.76º | 0.99% | 0.7% | - |
| HSV(B) | 51.76º | 0.6% | 1% | - |
| XYZ | 72.36 | 80.29 | 24 | - |
| YUV | 224.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 101 | 0 | 0.08 | 0.60 | 0.00 | 51.76 | 0.99 | 0.7 |
| Hex | FE | E9 | 65 | 0 | 8 | 3C | 0 | 34 | 63 | 46 |
| Octal | 376 | 351 | 145 | 0 | 10 | 74 | 0 | 64 | 143 | 106 |
| Binary | 11111110 | 11101001 | 1100101 | 0 | 1000 | 111100 | 0 | 110100 | 1100011 | 1000110 |
Color Harmonies of #FEE965
Complementary color
Monochromatic Colors of #FEE965
Black with #FEE965
Text Example
Text Example
White with #FEE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE965; }
p { color: rgb(254,233,101); }
H1.HeaderClassName
{
color: #FEE965;
}
.AnyTagClassName
{
color: #FEE965;
}
</style>
background-color css
<style>
a { background-color: #FEE965; }
a { background-color: rgb(254,233,101); }
div.DivClassName
{
background-color: #FEE965;
}
.BgClassName
{
background-color: #FEE965;
}
</style>
border-color css
<style>
span { border-color: #FEE965; }
span { border-color: rgb(254,233,101); }
td.TdClassName
{
border-color: #FEE965;
}
.TagClassName
{
border-color: #FEE965;
}
</style>