Shades of Sweet Corn #FEE581
Tints of Sweet Corn #FEE581
RGB
CMYK
RGB Variations
Color information
#FEE581 (or 0xFEE581) is known color: Sweet Corn. HEX triplet: FE, E5 and 81. RGB value is (254,229,129). Sum of RGB (Red+Green+Blue) = 254+229+129=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 129 (50.78% from 255 or 21.08% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE581 is #011A7E. Grayscale: #E1E1E1. Windows color (decimal): -72319 or 8513022. OLE color: 8513022.
HSL color Cylindrical-coordinate representation of color #FEE581: hue angle of 48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE581 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 129 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.00 |
| HSL | 48º | 0.98% | 0.75% | - |
| HSV(B) | 48º | 0.49% | 1% | - |
| XYZ | 72.85 | 78.69 | 32.12 | - |
| YUV | 225.08 | 73.78 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 129 | 0 | 0.10 | 0.49 | 0.00 | 48 | 0.98 | 0.75 |
| Hex | FE | E5 | 81 | 0 | A | 31 | 0 | 30 | 62 | 4B |
| Octal | 376 | 345 | 201 | 0 | 12 | 61 | 0 | 60 | 142 | 113 |
| Binary | 11111110 | 11100101 | 10000001 | 0 | 1010 | 110001 | 0 | 110000 | 1100010 | 1001011 |
Color Harmonies of #FEE581
Complementary color
Monochromatic Colors of #FEE581
Black with #FEE581
Text Example
Text Example
White with #FEE581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE581; }
p { color: rgb(254,229,129); }
H1.HeaderClassName
{
color: #FEE581;
}
.AnyTagClassName
{
color: #FEE581;
}
</style>
background-color css
<style>
a { background-color: #FEE581; }
a { background-color: rgb(254,229,129); }
div.DivClassName
{
background-color: #FEE581;
}
.BgClassName
{
background-color: #FEE581;
}
</style>
border-color css
<style>
span { border-color: #FEE581; }
span { border-color: rgb(254,229,129); }
td.TdClassName
{
border-color: #FEE581;
}
.TagClassName
{
border-color: #FEE581;
}
</style>