Shades of Sweet Corn #FEE56C
Tints of Sweet Corn #FEE56C
RGB
CMYK
RGB Variations
Color information
#FEE56C (or 0xFEE56C) is known color: Sweet Corn. HEX triplet: FE, E5 and 6C. RGB value is (254,229,108). Sum of RGB (Red+Green+Blue) = 254+229+108=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 108 (42.58% from 255 or 18.27% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE56C is #011A93. Grayscale: #DFDFDF. Windows color (decimal): -72340 or 7136766. OLE color: 7136766.
HSL color Cylindrical-coordinate representation of color #FEE56C: hue angle of 49.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE56C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 108 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.00 |
| HSL | 49.73º | 0.99% | 0.71% | - |
| HSV(B) | 49.73º | 0.57% | 1% | - |
| XYZ | 71.6 | 78.19 | 25.51 | - |
| YUV | 222.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 108 | 0 | 0.10 | 0.57 | 0.00 | 49.73 | 0.99 | 0.71 |
| Hex | FE | E5 | 6C | 0 | A | 39 | 0 | 32 | 63 | 47 |
| Octal | 376 | 345 | 154 | 0 | 12 | 71 | 0 | 62 | 143 | 107 |
| Binary | 11111110 | 11100101 | 1101100 | 0 | 1010 | 111001 | 0 | 110010 | 1100011 | 1000111 |
Color Harmonies of #FEE56C
Complementary color
Monochromatic Colors of #FEE56C
Black with #FEE56C
Text Example
Text Example
White with #FEE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE56C; }
p { color: rgb(254,229,108); }
H1.HeaderClassName
{
color: #FEE56C;
}
.AnyTagClassName
{
color: #FEE56C;
}
</style>
background-color css
<style>
a { background-color: #FEE56C; }
a { background-color: rgb(254,229,108); }
div.DivClassName
{
background-color: #FEE56C;
}
.BgClassName
{
background-color: #FEE56C;
}
</style>
border-color css
<style>
span { border-color: #FEE56C; }
span { border-color: rgb(254,229,108); }
td.TdClassName
{
border-color: #FEE56C;
}
.TagClassName
{
border-color: #FEE56C;
}
</style>