Shades of Sweet Corn #FEE87D
Tints of Sweet Corn #FEE87D
RGB
CMYK
RGB Variations
Color information
#FEE87D (or 0xFEE87D) is known color: Sweet Corn. HEX triplet: FE, E8 and 7D. RGB value is (254,232,125). Sum of RGB (Red+Green+Blue) = 254+232+125=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 125 (49.22% from 255 or 20.46% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE87D is #011782. Grayscale: #E2E2E2. Windows color (decimal): -71555 or 8251646. OLE color: 8251646.
HSL color Cylindrical-coordinate representation of color #FEE87D: hue angle of 49.77º 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 #FEE87D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 125 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.00 |
| HSL | 49.77º | 0.98% | 0.74% | - |
| HSV(B) | 49.77º | 0.51% | 1% | - |
| XYZ | 73.43 | 80.26 | 31.02 | - |
| YUV | 226.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 125 | 0 | 0.09 | 0.51 | 0.00 | 49.77 | 0.98 | 0.74 |
| Hex | FE | E8 | 7D | 0 | 9 | 33 | 0 | 32 | 62 | 4A |
| Octal | 376 | 350 | 175 | 0 | 11 | 63 | 0 | 62 | 142 | 112 |
| Binary | 11111110 | 11101000 | 1111101 | 0 | 1001 | 110011 | 0 | 110010 | 1100010 | 1001010 |
Color Harmonies of #FEE87D
Complementary color
Monochromatic Colors of #FEE87D
Black with #FEE87D
Text Example
Text Example
White with #FEE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE87D; }
p { color: rgb(254,232,125); }
H1.HeaderClassName
{
color: #FEE87D;
}
.AnyTagClassName
{
color: #FEE87D;
}
</style>
background-color css
<style>
a { background-color: #FEE87D; }
a { background-color: rgb(254,232,125); }
div.DivClassName
{
background-color: #FEE87D;
}
.BgClassName
{
background-color: #FEE87D;
}
</style>
border-color css
<style>
span { border-color: #FEE87D; }
span { border-color: rgb(254,232,125); }
td.TdClassName
{
border-color: #FEE87D;
}
.TagClassName
{
border-color: #FEE87D;
}
</style>