Shades of Corn #FEE864
Tints of Corn #FEE864
RGB
CMYK
RGB Variations
Color information
#FEE864 (or 0xFEE864) is known color: Corn. HEX triplet: FE, E8 and 64. RGB value is (254,232,100). Sum of RGB (Red+Green+Blue) = 254+232+100=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 100 (39.45% from 255 or 17.06% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE864 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE864 is #01179B. Grayscale: #E0E0E0. Windows color (decimal): -71580 or 6613246. OLE color: 6613246.
HSL color Cylindrical-coordinate representation of color #FEE864: hue angle of 51.43º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEE864 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 100 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.00 |
| HSL | 51.43º | 0.99% | 0.69% | - |
| HSV(B) | 51.43º | 0.61% | 1% | - |
| XYZ | 72.03 | 79.7 | 23.64 | - |
| YUV | 223.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 100 | 0 | 0.09 | 0.61 | 0.00 | 51.43 | 0.99 | 0.69 |
| Hex | FE | E8 | 64 | 0 | 9 | 3D | 0 | 33 | 63 | 45 |
| Octal | 376 | 350 | 144 | 0 | 11 | 75 | 0 | 63 | 143 | 105 |
| Binary | 11111110 | 11101000 | 1100100 | 0 | 1001 | 111101 | 0 | 110011 | 1100011 | 1000101 |
Color Harmonies of #FEE864
Complementary color
Monochromatic Colors of #FEE864
Black with #FEE864
Text Example
Text Example
White with #FEE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE864; }
p { color: rgb(254,232,100); }
H1.HeaderClassName
{
color: #FEE864;
}
.AnyTagClassName
{
color: #FEE864;
}
</style>
background-color css
<style>
a { background-color: #FEE864; }
a { background-color: rgb(254,232,100); }
div.DivClassName
{
background-color: #FEE864;
}
.BgClassName
{
background-color: #FEE864;
}
</style>
border-color css
<style>
span { border-color: #FEE864; }
span { border-color: rgb(254,232,100); }
td.TdClassName
{
border-color: #FEE864;
}
.TagClassName
{
border-color: #FEE864;
}
</style>