Shades of Sweet Corn #FFE56C
Tints of Sweet Corn #FFE56C
RGB
CMYK
RGB Variations
Color information
#FFE56C (or 0xFFE56C) is known color: Sweet Corn. HEX triplet: FF, E5 and 6C. RGB value is (255,229,108). Sum of RGB (Red+Green+Blue) = 255+229+108=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 108 (42.58% from 255 or 18.24% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE56C is #001A93. Grayscale: #DFDFDF. Windows color (decimal): -6804 or 7136767. OLE color: 7136767.
HSL color Cylindrical-coordinate representation of color #FFE56C: hue angle of 49.39º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFE56C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 108 | - |
| CMYK | 0 | 0.10 | 0.58 | 0 |
| HSL | 49.39º | 1% | 0.71% | - |
| HSV(B) | 49.39º | 0.58% | 1% | - |
| XYZ | 71.97 | 78.38 | 25.52 | - |
| YUV | 222.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 108 | 0 | 0.10 | 0.58 | 0 | 49.39 | 1 | 0.71 |
| Hex | FF | E5 | 6C | 0 | A | 3A | 0 | 31 | 64 | 47 |
| Octal | 377 | 345 | 154 | 0 | 12 | 72 | 0 | 61 | 144 | 107 |
| Binary | 11111111 | 11100101 | 1101100 | 0 | 1010 | 111010 | 0 | 110001 | 1100100 | 1000111 |
Color Harmonies of #FFE56C
Complementary color
Monochromatic Colors of #FFE56C
Black with #FFE56C
Text Example
Text Example
White with #FFE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE56C; }
p { color: rgb(255,229,108); }
H1.HeaderClassName
{
color: #FFE56C;
}
.AnyTagClassName
{
color: #FFE56C;
}
</style>
background-color css
<style>
a { background-color: #FFE56C; }
a { background-color: rgb(255,229,108); }
div.DivClassName
{
background-color: #FFE56C;
}
.BgClassName
{
background-color: #FFE56C;
}
</style>
border-color css
<style>
span { border-color: #FFE56C; }
span { border-color: rgb(255,229,108); }
td.TdClassName
{
border-color: #FFE56C;
}
.TagClassName
{
border-color: #FFE56C;
}
</style>