Shades of Sweet Corn #FFE16E
Tints of Sweet Corn #FFE16E
RGB
CMYK
RGB Variations
Color information
#FFE16E (or 0xFFE16E) is known color: Sweet Corn. HEX triplet: FF, E1 and 6E. RGB value is (255,225,110). Sum of RGB (Red+Green+Blue) = 255+225+110=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 110 (43.36% from 255 or 18.64% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16E is #001E91. Grayscale: #DDDDDD. Windows color (decimal): -7826 or 7266815. OLE color: 7266815.
HSL color Cylindrical-coordinate representation of color #FFE16E: hue angle of 47.59º 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 #FFE16E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 110 | - |
| CMYK | 0 | 0.12 | 0.57 | 0 |
| HSL | 47.59º | 1% | 0.72% | - |
| HSV(B) | 47.59º | 0.57% | 1% | - |
| XYZ | 70.98 | 76.24 | 25.73 | - |
| YUV | 220.86 | 65.44 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 110 | 0 | 0.12 | 0.57 | 0 | 47.59 | 1 | 0.72 |
| Hex | FF | E1 | 6E | 0 | C | 39 | 0 | 30 | 64 | 48 |
| Octal | 377 | 341 | 156 | 0 | 14 | 71 | 0 | 60 | 144 | 110 |
| Binary | 11111111 | 11100001 | 1101110 | 0 | 1100 | 111001 | 0 | 110000 | 1100100 | 1001000 |
Color Harmonies of #FFE16E
Complementary color
Monochromatic Colors of #FFE16E
Black with #FFE16E
Text Example
Text Example
White with #FFE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE16E; }
p { color: rgb(255,225,110); }
H1.HeaderClassName
{
color: #FFE16E;
}
.AnyTagClassName
{
color: #FFE16E;
}
</style>
background-color css
<style>
a { background-color: #FFE16E; }
a { background-color: rgb(255,225,110); }
div.DivClassName
{
background-color: #FFE16E;
}
.BgClassName
{
background-color: #FFE16E;
}
</style>
border-color css
<style>
span { border-color: #FFE16E; }
span { border-color: rgb(255,225,110); }
td.TdClassName
{
border-color: #FFE16E;
}
.TagClassName
{
border-color: #FFE16E;
}
</style>