Shades of Sweet Corn #FEE983
Tints of Sweet Corn #FEE983
RGB
CMYK
RGB Variations
Color information
#FEE983 (or 0xFEE983) is known color: Sweet Corn. HEX triplet: FE, E9 and 83. RGB value is (254,233,131). Sum of RGB (Red+Green+Blue) = 254+233+131=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 131 (51.56% from 255 or 21.20% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE983 is #01167C. Grayscale: #E4E4E4. Windows color (decimal): -71293 or 8645118. OLE color: 8645118.
HSL color Cylindrical-coordinate representation of color #FEE983: hue angle of 49.76º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE983 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 131 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.00 |
| HSL | 49.76º | 0.98% | 0.75% | - |
| HSV(B) | 49.76º | 0.48% | 1% | - |
| XYZ | 74.11 | 80.99 | 33.2 | - |
| YUV | 227.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 131 | 0 | 0.08 | 0.48 | 0.00 | 49.76 | 0.98 | 0.75 |
| Hex | FE | E9 | 83 | 0 | 8 | 30 | 0 | 32 | 62 | 4B |
| Octal | 376 | 351 | 203 | 0 | 10 | 60 | 0 | 62 | 142 | 113 |
| Binary | 11111110 | 11101001 | 10000011 | 0 | 1000 | 110000 | 0 | 110010 | 1100010 | 1001011 |
Color Harmonies of #FEE983
Complementary color
Monochromatic Colors of #FEE983
Black with #FEE983
Text Example
Text Example
White with #FEE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE983; }
p { color: rgb(254,233,131); }
H1.HeaderClassName
{
color: #FEE983;
}
.AnyTagClassName
{
color: #FEE983;
}
</style>
background-color css
<style>
a { background-color: #FEE983; }
a { background-color: rgb(254,233,131); }
div.DivClassName
{
background-color: #FEE983;
}
.BgClassName
{
background-color: #FEE983;
}
</style>
border-color css
<style>
span { border-color: #FEE983; }
span { border-color: rgb(254,233,131); }
td.TdClassName
{
border-color: #FEE983;
}
.TagClassName
{
border-color: #FEE983;
}
</style>