Shades of Corn #FEE464
Tints of Corn #FEE464
RGB
CMYK
RGB Variations
Color information
#FEE464 (or 0xFEE464) is known color: Corn. HEX triplet: FE, E4 and 64. RGB value is (254,228,100). Sum of RGB (Red+Green+Blue) = 254+228+100=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 100 (39.45% from 255 or 17.18% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE464 is #011B9B. Grayscale: #DDDDDD. Windows color (decimal): -72604 or 6612222. OLE color: 6612222.
HSL color Cylindrical-coordinate representation of color #FEE464: hue angle of 49.87º 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 #FEE464 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 100 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.00 |
| HSL | 49.87º | 0.99% | 0.69% | - |
| HSV(B) | 49.87º | 0.61% | 1% | - |
| XYZ | 70.92 | 77.48 | 23.27 | - |
| YUV | 221.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 100 | 0 | 0.10 | 0.61 | 0.00 | 49.87 | 0.99 | 0.69 |
| Hex | FE | E4 | 64 | 0 | A | 3D | 0 | 32 | 63 | 45 |
| Octal | 376 | 344 | 144 | 0 | 12 | 75 | 0 | 62 | 143 | 105 |
| Binary | 11111110 | 11100100 | 1100100 | 0 | 1010 | 111101 | 0 | 110010 | 1100011 | 1000101 |
Color Harmonies of #FEE464
Complementary color
Monochromatic Colors of #FEE464
Black with #FEE464
Text Example
Text Example
White with #FEE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE464; }
p { color: rgb(254,228,100); }
H1.HeaderClassName
{
color: #FEE464;
}
.AnyTagClassName
{
color: #FEE464;
}
</style>
background-color css
<style>
a { background-color: #FEE464; }
a { background-color: rgb(254,228,100); }
div.DivClassName
{
background-color: #FEE464;
}
.BgClassName
{
background-color: #FEE464;
}
</style>
border-color css
<style>
span { border-color: #FEE464; }
span { border-color: rgb(254,228,100); }
td.TdClassName
{
border-color: #FEE464;
}
.TagClassName
{
border-color: #FEE464;
}
</style>