Shades of Sweet Corn #FEE97D
Tints of Sweet Corn #FEE97D
RGB
CMYK
RGB Variations
Color information
#FEE97D (or 0xFEE97D) is known color: Sweet Corn. HEX triplet: FE, E9 and 7D. RGB value is (254,233,125). Sum of RGB (Red+Green+Blue) = 254+233+125=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 125 (49.22% from 255 or 20.42% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE97D is #011682. Grayscale: #E3E3E3. Windows color (decimal): -71299 or 8251902. OLE color: 8251902.
HSL color Cylindrical-coordinate representation of color #FEE97D: hue angle of 50.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE97D is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 125 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.00 |
| HSL | 50.23º | 0.98% | 0.74% | - |
| HSV(B) | 50.23º | 0.51% | 1% | - |
| XYZ | 73.71 | 80.83 | 31.12 | - |
| YUV | 226.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 125 | 0 | 0.08 | 0.51 | 0.00 | 50.23 | 0.98 | 0.74 |
| Hex | FE | E9 | 7D | 0 | 8 | 33 | 0 | 32 | 62 | 4A |
| Octal | 376 | 351 | 175 | 0 | 10 | 63 | 0 | 62 | 142 | 112 |
| Binary | 11111110 | 11101001 | 1111101 | 0 | 1000 | 110011 | 0 | 110010 | 1100010 | 1001010 |
Color Harmonies of #FEE97D
Complementary color
Monochromatic Colors of #FEE97D
Black with #FEE97D
Text Example
Text Example
White with #FEE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE97D; }
p { color: rgb(254,233,125); }
H1.HeaderClassName
{
color: #FEE97D;
}
.AnyTagClassName
{
color: #FEE97D;
}
</style>
background-color css
<style>
a { background-color: #FEE97D; }
a { background-color: rgb(254,233,125); }
div.DivClassName
{
background-color: #FEE97D;
}
.BgClassName
{
background-color: #FEE97D;
}
</style>
border-color css
<style>
span { border-color: #FEE97D; }
span { border-color: rgb(254,233,125); }
td.TdClassName
{
border-color: #FEE97D;
}
.TagClassName
{
border-color: #FEE97D;
}
</style>