Shades of Sweet Corn #FEE583
Tints of Sweet Corn #FEE583
RGB
CMYK
RGB Variations
Color information
#FEE583 (or 0xFEE583) is known color: Sweet Corn. HEX triplet: FE, E5 and 83. RGB value is (254,229,131). Sum of RGB (Red+Green+Blue) = 254+229+131=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE583 is #011A7C. Grayscale: #E1E1E1. Windows color (decimal): -72317 or 8644094. OLE color: 8644094.
HSL color Cylindrical-coordinate representation of color #FEE583: hue angle of 47.8º 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 #FEE583 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 131 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.00 |
| HSL | 47.8º | 0.98% | 0.75% | - |
| HSV(B) | 47.8º | 0.48% | 1% | - |
| XYZ | 72.99 | 78.75 | 32.83 | - |
| YUV | 225.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 131 | 0 | 0.10 | 0.48 | 0.00 | 47.8 | 0.98 | 0.75 |
| Hex | FE | E5 | 83 | 0 | A | 30 | 0 | 30 | 62 | 4B |
| Octal | 376 | 345 | 203 | 0 | 12 | 60 | 0 | 60 | 142 | 113 |
| Binary | 11111110 | 11100101 | 10000011 | 0 | 1010 | 110000 | 0 | 110000 | 1100010 | 1001011 |
Color Harmonies of #FEE583
Complementary color
Monochromatic Colors of #FEE583
Black with #FEE583
Text Example
Text Example
White with #FEE583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE583; }
p { color: rgb(254,229,131); }
H1.HeaderClassName
{
color: #FEE583;
}
.AnyTagClassName
{
color: #FEE583;
}
</style>
background-color css
<style>
a { background-color: #FEE583; }
a { background-color: rgb(254,229,131); }
div.DivClassName
{
background-color: #FEE583;
}
.BgClassName
{
background-color: #FEE583;
}
</style>
border-color css
<style>
span { border-color: #FEE583; }
span { border-color: rgb(254,229,131); }
td.TdClassName
{
border-color: #FEE583;
}
.TagClassName
{
border-color: #FEE583;
}
</style>