Shades of Sweet Corn #FFE97F
Tints of Sweet Corn #FFE97F
RGB
CMYK
RGB Variations
Color information
#FFE97F (or 0xFFE97F) is known color: Sweet Corn. HEX triplet: FF, E9 and 7F. RGB value is (255,233,127). Sum of RGB (Red+Green+Blue) = 255+233+127=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE97F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE97F is #001680. Grayscale: #E3E3E3. Windows color (decimal): -5761 or 8382975. OLE color: 8382975.
HSL color Cylindrical-coordinate representation of color #FFE97F: hue angle of 49.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE97F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 127 | - |
| CMYK | 0 | 0.09 | 0.50 | 0 |
| HSL | 49.69º | 1% | 0.75% | - |
| HSV(B) | 49.69º | 0.5% | 1% | - |
| XYZ | 74.21 | 81.07 | 31.82 | - |
| YUV | 227.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 127 | 0 | 0.09 | 0.50 | 0 | 49.69 | 1 | 0.75 |
| Hex | FF | E9 | 7F | 0 | 9 | 32 | 0 | 32 | 64 | 4B |
| Octal | 377 | 351 | 177 | 0 | 11 | 62 | 0 | 62 | 144 | 113 |
| Binary | 11111111 | 11101001 | 1111111 | 0 | 1001 | 110010 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFE97F
Complementary color
Monochromatic Colors of #FFE97F
Black with #FFE97F
Text Example
Text Example
White with #FFE97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE97F; }
p { color: rgb(255,233,127); }
H1.HeaderClassName
{
color: #FFE97F;
}
.AnyTagClassName
{
color: #FFE97F;
}
</style>
background-color css
<style>
a { background-color: #FFE97F; }
a { background-color: rgb(255,233,127); }
div.DivClassName
{
background-color: #FFE97F;
}
.BgClassName
{
background-color: #FFE97F;
}
</style>
border-color css
<style>
span { border-color: #FFE97F; }
span { border-color: rgb(255,233,127); }
td.TdClassName
{
border-color: #FFE97F;
}
.TagClassName
{
border-color: #FFE97F;
}
</style>