Shades of Sweet Corn #FFE16A
Tints of Sweet Corn #FFE16A
RGB
CMYK
RGB Variations
Color information
#FFE16A (or 0xFFE16A) is known color: Sweet Corn. HEX triplet: FF, E1 and 6A. RGB value is (255,225,106). Sum of RGB (Red+Green+Blue) = 255+225+106=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 106 (41.80% from 255 or 18.09% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE16A is #001E95. Grayscale: #DCDCDC. Windows color (decimal): -7830 or 7004671. OLE color: 7004671.
HSL color Cylindrical-coordinate representation of color #FFE16A: hue angle of 47.92º 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 #FFE16A is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 106 | - |
| CMYK | 0 | 0.12 | 0.58 | 0 |
| HSL | 47.92º | 1% | 0.71% | - |
| HSV(B) | 47.92º | 0.58% | 1% | - |
| XYZ | 70.77 | 76.15 | 24.6 | - |
| YUV | 220.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 106 | 0 | 0.12 | 0.58 | 0 | 47.92 | 1 | 0.71 |
| Hex | FF | E1 | 6A | 0 | C | 3A | 0 | 30 | 64 | 47 |
| Octal | 377 | 341 | 152 | 0 | 14 | 72 | 0 | 60 | 144 | 107 |
| Binary | 11111111 | 11100001 | 1101010 | 0 | 1100 | 111010 | 0 | 110000 | 1100100 | 1000111 |
Color Harmonies of #FFE16A
Complementary color
Monochromatic Colors of #FFE16A
Black with #FFE16A
Text Example
Text Example
White with #FFE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE16A; }
p { color: rgb(255,225,106); }
H1.HeaderClassName
{
color: #FFE16A;
}
.AnyTagClassName
{
color: #FFE16A;
}
</style>
background-color css
<style>
a { background-color: #FFE16A; }
a { background-color: rgb(255,225,106); }
div.DivClassName
{
background-color: #FFE16A;
}
.BgClassName
{
background-color: #FFE16A;
}
</style>
border-color css
<style>
span { border-color: #FFE16A; }
span { border-color: rgb(255,225,106); }
td.TdClassName
{
border-color: #FFE16A;
}
.TagClassName
{
border-color: #FFE16A;
}
</style>