Shades of Sweet Corn #FFE16F
Tints of Sweet Corn #FFE16F
RGB
CMYK
RGB Variations
Color information
#FFE16F (or 0xFFE16F) is known color: Sweet Corn. HEX triplet: FF, E1 and 6F. RGB value is (255,225,111). Sum of RGB (Red+Green+Blue) = 255+225+111=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 111 (43.75% from 255 or 18.78% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16F is #001E90. Grayscale: #DDDDDD. Windows color (decimal): -7825 or 7332351. OLE color: 7332351.
HSL color Cylindrical-coordinate representation of color #FFE16F: hue angle of 47.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE16F is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 111 | - |
| CMYK | 0 | 0.12 | 0.56 | 0 |
| HSL | 47.5º | 1% | 0.72% | - |
| HSV(B) | 47.5º | 0.56% | 1% | - |
| XYZ | 71.03 | 76.26 | 26.01 | - |
| YUV | 220.97 | 65.94 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 111 | 0 | 0.12 | 0.56 | 0 | 47.5 | 1 | 0.72 |
| Hex | FF | E1 | 6F | 0 | C | 38 | 0 | 30 | 64 | 48 |
| Octal | 377 | 341 | 157 | 0 | 14 | 70 | 0 | 60 | 144 | 110 |
| Binary | 11111111 | 11100001 | 1101111 | 0 | 1100 | 111000 | 0 | 110000 | 1100100 | 1001000 |
Color Harmonies of #FFE16F
Complementary color
Monochromatic Colors of #FFE16F
Black with #FFE16F
Text Example
Text Example
White with #FFE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE16F; }
p { color: rgb(255,225,111); }
H1.HeaderClassName
{
color: #FFE16F;
}
.AnyTagClassName
{
color: #FFE16F;
}
</style>
background-color css
<style>
a { background-color: #FFE16F; }
a { background-color: rgb(255,225,111); }
div.DivClassName
{
background-color: #FFE16F;
}
.BgClassName
{
background-color: #FFE16F;
}
</style>
border-color css
<style>
span { border-color: #FFE16F; }
span { border-color: rgb(255,225,111); }
td.TdClassName
{
border-color: #FFE16F;
}
.TagClassName
{
border-color: #FFE16F;
}
</style>