Shades of Sweet Corn #FEE56D
Tints of Sweet Corn #FEE56D
RGB
CMYK
RGB Variations
Color information
#FEE56D (or 0xFEE56D) is known color: Sweet Corn. HEX triplet: FE, E5 and 6D. RGB value is (254,229,109). Sum of RGB (Red+Green+Blue) = 254+229+109=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 109 (42.97% from 255 or 18.41% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE56D is #011A92. Grayscale: #DFDFDF. Windows color (decimal): -72339 or 7202302. OLE color: 7202302.
HSL color Cylindrical-coordinate representation of color #FEE56D: hue angle of 49.66º 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 #FEE56D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 109 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.00 |
| HSL | 49.66º | 0.99% | 0.71% | - |
| HSV(B) | 49.66º | 0.57% | 1% | - |
| XYZ | 71.65 | 78.21 | 25.79 | - |
| YUV | 222.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 109 | 0 | 0.10 | 0.57 | 0.00 | 49.66 | 0.99 | 0.71 |
| Hex | FE | E5 | 6D | 0 | A | 39 | 0 | 32 | 63 | 47 |
| Octal | 376 | 345 | 155 | 0 | 12 | 71 | 0 | 62 | 143 | 107 |
| Binary | 11111110 | 11100101 | 1101101 | 0 | 1010 | 111001 | 0 | 110010 | 1100011 | 1000111 |
Color Harmonies of #FEE56D
Complementary color
Monochromatic Colors of #FEE56D
Black with #FEE56D
Text Example
Text Example
White with #FEE56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE56D; }
p { color: rgb(254,229,109); }
H1.HeaderClassName
{
color: #FEE56D;
}
.AnyTagClassName
{
color: #FEE56D;
}
</style>
background-color css
<style>
a { background-color: #FEE56D; }
a { background-color: rgb(254,229,109); }
div.DivClassName
{
background-color: #FEE56D;
}
.BgClassName
{
background-color: #FEE56D;
}
</style>
border-color css
<style>
span { border-color: #FEE56D; }
span { border-color: rgb(254,229,109); }
td.TdClassName
{
border-color: #FEE56D;
}
.TagClassName
{
border-color: #FEE56D;
}
</style>