Shades of Corn #FFE666
Tints of Corn #FFE666
RGB
CMYK
RGB Variations
Color information
#FFE666 (or 0xFFE666) is known color: Corn. HEX triplet: FF, E6 and 66. RGB value is (255,230,102). Sum of RGB (Red+Green+Blue) = 255+230+102=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 102 (40.23% from 255 or 17.38% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE666 is #001999. Grayscale: #DFDFDF. Windows color (decimal): -6554 or 6743807. OLE color: 6743807.
HSL color Cylindrical-coordinate representation of color #FFE666: hue angle of 50.2º 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 #FFE666 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 102 | - |
| CMYK | 0 | 0.10 | 0.6 | 0 |
| HSL | 50.2º | 1% | 0.7% | - |
| HSV(B) | 50.2º | 0.6% | 1% | - |
| XYZ | 71.94 | 78.81 | 23.99 | - |
| YUV | 222.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 102 | 0 | 0.10 | 0.6 | 0 | 50.2 | 1 | 0.7 |
| Hex | FF | E6 | 66 | 0 | A | 3C | 0 | 32 | 64 | 46 |
| Octal | 377 | 346 | 146 | 0 | 12 | 74 | 0 | 62 | 144 | 106 |
| Binary | 11111111 | 11100110 | 1100110 | 0 | 1010 | 111100 | 0 | 110010 | 1100100 | 1000110 |
Color Harmonies of #FFE666
Complementary color
Monochromatic Colors of #FFE666
Black with #FFE666
Text Example
Text Example
White with #FFE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE666; }
p { color: rgb(255,230,102); }
H1.HeaderClassName
{
color: #FFE666;
}
.AnyTagClassName
{
color: #FFE666;
}
</style>
background-color css
<style>
a { background-color: #FFE666; }
a { background-color: rgb(255,230,102); }
div.DivClassName
{
background-color: #FFE666;
}
.BgClassName
{
background-color: #FFE666;
}
</style>
border-color css
<style>
span { border-color: #FFE666; }
span { border-color: rgb(255,230,102); }
td.TdClassName
{
border-color: #FFE666;
}
.TagClassName
{
border-color: #FFE666;
}
</style>