Shades of Corn #FFE860
Tints of Corn #FFE860
RGB
CMYK
RGB Variations
Color information
#FFE860 (or 0xFFE860) is known color: Corn. HEX triplet: FF, E8 and 60. RGB value is (255,232,96). Sum of RGB (Red+Green+Blue) = 255+232+96=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 96 (37.89% from 255 or 16.47% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE860 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE860 is #00179F. Grayscale: #DFDFDF. Windows color (decimal): -6048 or 6351103. OLE color: 6351103.
HSL color Cylindrical-coordinate representation of color #FFE860: hue angle of 51.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFE860 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 96 | - |
| CMYK | 0 | 0.09 | 0.62 | 0 |
| HSL | 51.32º | 1% | 0.69% | - |
| HSV(B) | 51.32º | 0.62% | 1% | - |
| XYZ | 72.21 | 79.82 | 22.67 | - |
| YUV | 223.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 96 | 0 | 0.09 | 0.62 | 0 | 51.32 | 1 | 0.69 |
| Hex | FF | E8 | 60 | 0 | 9 | 3E | 0 | 33 | 64 | 45 |
| Octal | 377 | 350 | 140 | 0 | 11 | 76 | 0 | 63 | 144 | 105 |
| Binary | 11111111 | 11101000 | 1100000 | 0 | 1001 | 111110 | 0 | 110011 | 1100100 | 1000101 |
Color Harmonies of #FFE860
Complementary color
Monochromatic Colors of #FFE860
Black with #FFE860
Text Example
Text Example
White with #FFE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE860; }
p { color: rgb(255,232,96); }
H1.HeaderClassName
{
color: #FFE860;
}
.AnyTagClassName
{
color: #FFE860;
}
</style>
background-color css
<style>
a { background-color: #FFE860; }
a { background-color: rgb(255,232,96); }
div.DivClassName
{
background-color: #FFE860;
}
.BgClassName
{
background-color: #FFE860;
}
</style>
border-color css
<style>
span { border-color: #FFE860; }
span { border-color: rgb(255,232,96); }
td.TdClassName
{
border-color: #FFE860;
}
.TagClassName
{
border-color: #FFE860;
}
</style>