Shades of Sweet Corn #FFE76E
Tints of Sweet Corn #FFE76E
RGB
CMYK
RGB Variations
Color information
#FFE76E (or 0xFFE76E) is known color: Sweet Corn. HEX triplet: FF, E7 and 6E. RGB value is (255,231,110). Sum of RGB (Red+Green+Blue) = 255+231+110=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 110 (43.36% from 255 or 18.46% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE76E is #001891. Grayscale: #E0E0E0. Windows color (decimal): -6290 or 7268351. OLE color: 7268351.
HSL color Cylindrical-coordinate representation of color #FFE76E: hue angle of 50.07º 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 #FFE76E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 110 | - |
| CMYK | 0 | 0.09 | 0.57 | 0 |
| HSL | 50.07º | 1% | 0.72% | - |
| HSV(B) | 50.07º | 0.57% | 1% | - |
| XYZ | 72.63 | 79.54 | 26.28 | - |
| YUV | 224.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 110 | 0 | 0.09 | 0.57 | 0 | 50.07 | 1 | 0.72 |
| Hex | FF | E7 | 6E | 0 | 9 | 39 | 0 | 32 | 64 | 48 |
| Octal | 377 | 347 | 156 | 0 | 11 | 71 | 0 | 62 | 144 | 110 |
| Binary | 11111111 | 11100111 | 1101110 | 0 | 1001 | 111001 | 0 | 110010 | 1100100 | 1001000 |
Color Harmonies of #FFE76E
Complementary color
Monochromatic Colors of #FFE76E
Black with #FFE76E
Text Example
Text Example
White with #FFE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE76E; }
p { color: rgb(255,231,110); }
H1.HeaderClassName
{
color: #FFE76E;
}
.AnyTagClassName
{
color: #FFE76E;
}
</style>
background-color css
<style>
a { background-color: #FFE76E; }
a { background-color: rgb(255,231,110); }
div.DivClassName
{
background-color: #FFE76E;
}
.BgClassName
{
background-color: #FFE76E;
}
</style>
border-color css
<style>
span { border-color: #FFE76E; }
span { border-color: rgb(255,231,110); }
td.TdClassName
{
border-color: #FFE76E;
}
.TagClassName
{
border-color: #FFE76E;
}
</style>