Shades of Corn #FFE660
Tints of Corn #FFE660
RGB
CMYK
RGB Variations
Color information
#FFE660 (or 0xFFE660) is known color: Corn. HEX triplet: FF, E6 and 60. RGB value is (255,230,96). Sum of RGB (Red+Green+Blue) = 255+230+96=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE660 is #00199F. Grayscale: #DEDEDE. Windows color (decimal): -6560 or 6350591. OLE color: 6350591.
HSL color Cylindrical-coordinate representation of color #FFE660: hue angle of 50.57º 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 #FFE660 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 96 | - |
| CMYK | 0 | 0.10 | 0.62 | 0 |
| HSL | 50.57º | 1% | 0.69% | - |
| HSV(B) | 50.57º | 0.62% | 1% | - |
| XYZ | 71.65 | 78.7 | 22.48 | - |
| YUV | 222.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 96 | 0 | 0.10 | 0.62 | 0 | 50.57 | 1 | 0.69 |
| Hex | FF | E6 | 60 | 0 | A | 3E | 0 | 33 | 64 | 45 |
| Octal | 377 | 346 | 140 | 0 | 12 | 76 | 0 | 63 | 144 | 105 |
| Binary | 11111111 | 11100110 | 1100000 | 0 | 1010 | 111110 | 0 | 110011 | 1100100 | 1000101 |
Color Harmonies of #FFE660
Complementary color
Monochromatic Colors of #FFE660
Black with #FFE660
Text Example
Text Example
White with #FFE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE660; }
p { color: rgb(255,230,96); }
H1.HeaderClassName
{
color: #FFE660;
}
.AnyTagClassName
{
color: #FFE660;
}
</style>
background-color css
<style>
a { background-color: #FFE660; }
a { background-color: rgb(255,230,96); }
div.DivClassName
{
background-color: #FFE660;
}
.BgClassName
{
background-color: #FFE660;
}
</style>
border-color css
<style>
span { border-color: #FFE660; }
span { border-color: rgb(255,230,96); }
td.TdClassName
{
border-color: #FFE660;
}
.TagClassName
{
border-color: #FFE660;
}
</style>