Shades of Sweet Corn #FFE97D
Tints of Sweet Corn #FFE97D
RGB
CMYK
RGB Variations
Color information
#FFE97D (or 0xFFE97D) is known color: Sweet Corn. HEX triplet: FF, E9 and 7D. RGB value is (255,233,125). Sum of RGB (Red+Green+Blue) = 255+233+125=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 125 (49.22% from 255 or 20.39% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE97D is #001682. Grayscale: #E3E3E3. Windows color (decimal): -5763 or 8251903. OLE color: 8251903.
HSL color Cylindrical-coordinate representation of color #FFE97D: hue angle of 49.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE97D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 125 | - |
| CMYK | 0 | 0.09 | 0.51 | 0 |
| HSL | 49.85º | 1% | 0.75% | - |
| HSV(B) | 49.85º | 0.51% | 1% | - |
| XYZ | 74.08 | 81.02 | 31.14 | - |
| YUV | 227.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 125 | 0 | 0.09 | 0.51 | 0 | 49.85 | 1 | 0.75 |
| Hex | FF | E9 | 7D | 0 | 9 | 33 | 0 | 32 | 64 | 4B |
| Octal | 377 | 351 | 175 | 0 | 11 | 63 | 0 | 62 | 144 | 113 |
| Binary | 11111111 | 11101001 | 1111101 | 0 | 1001 | 110011 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFE97D
Complementary color
Monochromatic Colors of #FFE97D
Black with #FFE97D
Text Example
Text Example
White with #FFE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE97D; }
p { color: rgb(255,233,125); }
H1.HeaderClassName
{
color: #FFE97D;
}
.AnyTagClassName
{
color: #FFE97D;
}
</style>
background-color css
<style>
a { background-color: #FFE97D; }
a { background-color: rgb(255,233,125); }
div.DivClassName
{
background-color: #FFE97D;
}
.BgClassName
{
background-color: #FFE97D;
}
</style>
border-color css
<style>
span { border-color: #FFE97D; }
span { border-color: rgb(255,233,125); }
td.TdClassName
{
border-color: #FFE97D;
}
.TagClassName
{
border-color: #FFE97D;
}
</style>