Shades of Corn #FFE464
Tints of Corn #FFE464
RGB
CMYK
RGB Variations
Color information
#FFE464 (or 0xFFE464) is known color: Corn. HEX triplet: FF, E4 and 64. RGB value is (255,228,100). Sum of RGB (Red+Green+Blue) = 255+228+100=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 100 (39.45% from 255 or 17.15% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE464 is #001B9B. Grayscale: #DEDEDE. Windows color (decimal): -7068 or 6612223. OLE color: 6612223.
HSL color Cylindrical-coordinate representation of color #FFE464: hue angle of 49.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFE464 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 100 | - |
| CMYK | 0 | 0.11 | 0.61 | 0 |
| HSL | 49.55º | 1% | 0.7% | - |
| HSV(B) | 49.55º | 0.61% | 1% | - |
| XYZ | 71.28 | 77.67 | 23.29 | - |
| YUV | 221.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 100 | 0 | 0.11 | 0.61 | 0 | 49.55 | 1 | 0.7 |
| Hex | FF | E4 | 64 | 0 | B | 3D | 0 | 32 | 64 | 46 |
| Octal | 377 | 344 | 144 | 0 | 13 | 75 | 0 | 62 | 144 | 106 |
| Binary | 11111111 | 11100100 | 1100100 | 0 | 1011 | 111101 | 0 | 110010 | 1100100 | 1000110 |
Color Harmonies of #FFE464
Complementary color
Monochromatic Colors of #FFE464
Black with #FFE464
Text Example
Text Example
White with #FFE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE464; }
p { color: rgb(255,228,100); }
H1.HeaderClassName
{
color: #FFE464;
}
.AnyTagClassName
{
color: #FFE464;
}
</style>
background-color css
<style>
a { background-color: #FFE464; }
a { background-color: rgb(255,228,100); }
div.DivClassName
{
background-color: #FFE464;
}
.BgClassName
{
background-color: #FFE464;
}
</style>
border-color css
<style>
span { border-color: #FFE464; }
span { border-color: rgb(255,228,100); }
td.TdClassName
{
border-color: #FFE464;
}
.TagClassName
{
border-color: #FFE464;
}
</style>