Shades of Sweet Corn #FFE16B
Tints of Sweet Corn #FFE16B
RGB
CMYK
RGB Variations
Color information
#FFE16B (or 0xFFE16B) is known color: Sweet Corn. HEX triplet: FF, E1 and 6B. RGB value is (255,225,107). Sum of RGB (Red+Green+Blue) = 255+225+107=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 107 (42.19% from 255 or 18.23% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16B is #001E94. Grayscale: #DDDDDD. Windows color (decimal): -7829 or 7070207. OLE color: 7070207.
HSL color Cylindrical-coordinate representation of color #FFE16B: hue angle of 47.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFE16B is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 107 | - |
| CMYK | 0 | 0.12 | 0.58 | 0 |
| HSL | 47.84º | 1% | 0.71% | - |
| HSV(B) | 47.84º | 0.58% | 1% | - |
| XYZ | 70.82 | 76.17 | 24.88 | - |
| YUV | 220.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 107 | 0 | 0.12 | 0.58 | 0 | 47.84 | 1 | 0.71 |
| Hex | FF | E1 | 6B | 0 | C | 3A | 0 | 30 | 64 | 47 |
| Octal | 377 | 341 | 153 | 0 | 14 | 72 | 0 | 60 | 144 | 107 |
| Binary | 11111111 | 11100001 | 1101011 | 0 | 1100 | 111010 | 0 | 110000 | 1100100 | 1000111 |
Color Harmonies of #FFE16B
Complementary color
Monochromatic Colors of #FFE16B
Black with #FFE16B
Text Example
Text Example
White with #FFE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE16B; }
p { color: rgb(255,225,107); }
H1.HeaderClassName
{
color: #FFE16B;
}
.AnyTagClassName
{
color: #FFE16B;
}
</style>
background-color css
<style>
a { background-color: #FFE16B; }
a { background-color: rgb(255,225,107); }
div.DivClassName
{
background-color: #FFE16B;
}
.BgClassName
{
background-color: #FFE16B;
}
</style>
border-color css
<style>
span { border-color: #FFE16B; }
span { border-color: rgb(255,225,107); }
td.TdClassName
{
border-color: #FFE16B;
}
.TagClassName
{
border-color: #FFE16B;
}
</style>