Shades of Sweet Corn #FFE97B
Tints of Sweet Corn #FFE97B
RGB
CMYK
RGB Variations
Color information
#FFE97B (or 0xFFE97B) is known color: Sweet Corn. HEX triplet: FF, E9 and 7B. RGB value is (255,233,123). Sum of RGB (Red+Green+Blue) = 255+233+123=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 123 (48.44% from 255 or 20.13% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE97B is #001684. Grayscale: #E3E3E3. Windows color (decimal): -5765 or 8120831. OLE color: 8120831.
HSL color Cylindrical-coordinate representation of color #FFE97B: hue angle of 50º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFE97B is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 123 | - |
| CMYK | 0 | 0.09 | 0.52 | 0 |
| HSL | 50º | 1% | 0.74% | - |
| HSV(B) | 50º | 0.52% | 1% | - |
| XYZ | 73.95 | 80.97 | 30.47 | - |
| YUV | 227.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 123 | 0 | 0.09 | 0.52 | 0 | 50 | 1 | 0.74 |
| Hex | FF | E9 | 7B | 0 | 9 | 34 | 0 | 32 | 64 | 4A |
| Octal | 377 | 351 | 173 | 0 | 11 | 64 | 0 | 62 | 144 | 112 |
| Binary | 11111111 | 11101001 | 1111011 | 0 | 1001 | 110100 | 0 | 110010 | 1100100 | 1001010 |
Color Harmonies of #FFE97B
Complementary color
Monochromatic Colors of #FFE97B
Black with #FFE97B
Text Example
Text Example
White with #FFE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE97B; }
p { color: rgb(255,233,123); }
H1.HeaderClassName
{
color: #FFE97B;
}
.AnyTagClassName
{
color: #FFE97B;
}
</style>
background-color css
<style>
a { background-color: #FFE97B; }
a { background-color: rgb(255,233,123); }
div.DivClassName
{
background-color: #FFE97B;
}
.BgClassName
{
background-color: #FFE97B;
}
</style>
border-color css
<style>
span { border-color: #FFE97B; }
span { border-color: rgb(255,233,123); }
td.TdClassName
{
border-color: #FFE97B;
}
.TagClassName
{
border-color: #FFE97B;
}
</style>