Shades of Sweet Corn #FFE06E
Tints of Sweet Corn #FFE06E
RGB
CMYK
RGB Variations
Color information
#FFE06E (or 0xFFE06E) is known color: Sweet Corn. HEX triplet: FF, E0 and 6E. RGB value is (255,224,110). Sum of RGB (Red+Green+Blue) = 255+224+110=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE06E is #001F91. Grayscale: #DCDCDC. Windows color (decimal): -8082 or 7266559. OLE color: 7266559.
HSL color Cylindrical-coordinate representation of color #FFE06E: hue angle of 47.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFE06E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 110 | - |
| CMYK | 0 | 0.12 | 0.57 | 0 |
| HSL | 47.17º | 1% | 0.72% | - |
| HSV(B) | 47.17º | 0.57% | 1% | - |
| XYZ | 70.71 | 75.7 | 25.64 | - |
| YUV | 220.27 | 65.77 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 110 | 0 | 0.12 | 0.57 | 0 | 47.17 | 1 | 0.72 |
| Hex | FF | E0 | 6E | 0 | C | 39 | 0 | 2F | 64 | 48 |
| Octal | 377 | 340 | 156 | 0 | 14 | 71 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11100000 | 1101110 | 0 | 1100 | 111001 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFE06E
Complementary color
Monochromatic Colors of #FFE06E
Black with #FFE06E
Text Example
Text Example
White with #FFE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE06E; }
p { color: rgb(255,224,110); }
H1.HeaderClassName
{
color: #FFE06E;
}
.AnyTagClassName
{
color: #FFE06E;
}
</style>
background-color css
<style>
a { background-color: #FFE06E; }
a { background-color: rgb(255,224,110); }
div.DivClassName
{
background-color: #FFE06E;
}
.BgClassName
{
background-color: #FFE06E;
}
</style>
border-color css
<style>
span { border-color: #FFE06E; }
span { border-color: rgb(255,224,110); }
td.TdClassName
{
border-color: #FFE06E;
}
.TagClassName
{
border-color: #FFE06E;
}
</style>