Shades of Corn #FFE466
Tints of Corn #FFE466
RGB
CMYK
RGB Variations
Color information
#FFE466 (or 0xFFE466) is known color: Corn. HEX triplet: FF, E4 and 66. RGB value is (255,228,102). Sum of RGB (Red+Green+Blue) = 255+228+102=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE466 is #001B99. Grayscale: #DEDEDE. Windows color (decimal): -7066 or 6743295. OLE color: 6743295.
HSL color Cylindrical-coordinate representation of color #FFE466: hue angle of 49.41º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFE466 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 102 | - |
| CMYK | 0 | 0.11 | 0.6 | 0 |
| HSL | 49.41º | 1% | 0.7% | - |
| HSV(B) | 49.41º | 0.6% | 1% | - |
| XYZ | 71.38 | 77.71 | 23.81 | - |
| YUV | 221.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 102 | 0 | 0.11 | 0.6 | 0 | 49.41 | 1 | 0.7 |
| Hex | FF | E4 | 66 | 0 | B | 3C | 0 | 31 | 64 | 46 |
| Octal | 377 | 344 | 146 | 0 | 13 | 74 | 0 | 61 | 144 | 106 |
| Binary | 11111111 | 11100100 | 1100110 | 0 | 1011 | 111100 | 0 | 110001 | 1100100 | 1000110 |
Color Harmonies of #FFE466
Complementary color
Monochromatic Colors of #FFE466
Black with #FFE466
Text Example
Text Example
White with #FFE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE466; }
p { color: rgb(255,228,102); }
H1.HeaderClassName
{
color: #FFE466;
}
.AnyTagClassName
{
color: #FFE466;
}
</style>
background-color css
<style>
a { background-color: #FFE466; }
a { background-color: rgb(255,228,102); }
div.DivClassName
{
background-color: #FFE466;
}
.BgClassName
{
background-color: #FFE466;
}
</style>
border-color css
<style>
span { border-color: #FFE466; }
span { border-color: rgb(255,228,102); }
td.TdClassName
{
border-color: #FFE466;
}
.TagClassName
{
border-color: #FFE466;
}
</style>