Shades of Sweet Corn #FEE281
Tints of Sweet Corn #FEE281
RGB
CMYK
RGB Variations
Color information
#FEE281 (or 0xFEE281) is known color: Sweet Corn. HEX triplet: FE, E2 and 81. RGB value is (254,226,129). Sum of RGB (Red+Green+Blue) = 254+226+129=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE281 is #011D7E. Grayscale: #DFDFDF. Windows color (decimal): -73087 or 8512254. OLE color: 8512254.
HSL color Cylindrical-coordinate representation of color #FEE281: hue angle of 46.56º 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 #FEE281 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 129 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.00 |
| HSL | 46.56º | 0.98% | 0.75% | - |
| HSV(B) | 46.56º | 0.49% | 1% | - |
| XYZ | 72.03 | 77.05 | 31.84 | - |
| YUV | 223.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 129 | 0 | 0.11 | 0.49 | 0.00 | 46.56 | 0.98 | 0.75 |
| Hex | FE | E2 | 81 | 0 | B | 31 | 0 | 2F | 62 | 4B |
| Octal | 376 | 342 | 201 | 0 | 13 | 61 | 0 | 57 | 142 | 113 |
| Binary | 11111110 | 11100010 | 10000001 | 0 | 1011 | 110001 | 0 | 101111 | 1100010 | 1001011 |
Color Harmonies of #FEE281
Complementary color
Monochromatic Colors of #FEE281
Black with #FEE281
Text Example
Text Example
White with #FEE281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE281; }
p { color: rgb(254,226,129); }
H1.HeaderClassName
{
color: #FEE281;
}
.AnyTagClassName
{
color: #FEE281;
}
</style>
background-color css
<style>
a { background-color: #FEE281; }
a { background-color: rgb(254,226,129); }
div.DivClassName
{
background-color: #FEE281;
}
.BgClassName
{
background-color: #FEE281;
}
</style>
border-color css
<style>
span { border-color: #FEE281; }
span { border-color: rgb(254,226,129); }
td.TdClassName
{
border-color: #FEE281;
}
.TagClassName
{
border-color: #FEE281;
}
</style>