Shades of Sweet Corn #FEE984
Tints of Sweet Corn #FEE984
RGB
CMYK
RGB Variations
Color information
#FEE984 (or 0xFEE984) is known color: Sweet Corn. HEX triplet: FE, E9 and 84. RGB value is (254,233,132). Sum of RGB (Red+Green+Blue) = 254+233+132=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE984 is #01167B. Grayscale: #E4E4E4. Windows color (decimal): -71292 or 8710654. OLE color: 8710654.
HSL color Cylindrical-coordinate representation of color #FEE984: hue angle of 49.67º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE984 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 132 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.00 |
| HSL | 49.67º | 0.98% | 0.76% | - |
| HSV(B) | 49.67º | 0.48% | 1% | - |
| XYZ | 74.18 | 81.01 | 33.56 | - |
| YUV | 227.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 132 | 0 | 0.08 | 0.48 | 0.00 | 49.67 | 0.98 | 0.76 |
| Hex | FE | E9 | 84 | 0 | 8 | 30 | 0 | 32 | 62 | 4C |
| Octal | 376 | 351 | 204 | 0 | 10 | 60 | 0 | 62 | 142 | 114 |
| Binary | 11111110 | 11101001 | 10000100 | 0 | 1000 | 110000 | 0 | 110010 | 1100010 | 1001100 |
Color Harmonies of #FEE984
Complementary color
Monochromatic Colors of #FEE984
Black with #FEE984
Text Example
Text Example
White with #FEE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE984; }
p { color: rgb(254,233,132); }
H1.HeaderClassName
{
color: #FEE984;
}
.AnyTagClassName
{
color: #FEE984;
}
</style>
background-color css
<style>
a { background-color: #FEE984; }
a { background-color: rgb(254,233,132); }
div.DivClassName
{
background-color: #FEE984;
}
.BgClassName
{
background-color: #FEE984;
}
</style>
border-color css
<style>
span { border-color: #FEE984; }
span { border-color: rgb(254,233,132); }
td.TdClassName
{
border-color: #FEE984;
}
.TagClassName
{
border-color: #FEE984;
}
</style>