Shades of Sweet Corn #FFE56A
Tints of Sweet Corn #FFE56A
RGB
CMYK
RGB Variations
Color information
#FFE56A (or 0xFFE56A) is known color: Sweet Corn. HEX triplet: FF, E5 and 6A. RGB value is (255,229,106). Sum of RGB (Red+Green+Blue) = 255+229+106=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE56A is #001A95. Grayscale: #DFDFDF. Windows color (decimal): -6806 or 7005695. OLE color: 7005695.
HSL color Cylindrical-coordinate representation of color #FFE56A: hue angle of 49.53º 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 #FFE56A is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 106 | - |
| CMYK | 0 | 0.10 | 0.58 | 0 |
| HSL | 49.53º | 1% | 0.71% | - |
| HSV(B) | 49.53º | 0.58% | 1% | - |
| XYZ | 71.86 | 78.34 | 24.97 | - |
| YUV | 222.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 106 | 0 | 0.10 | 0.58 | 0 | 49.53 | 1 | 0.71 |
| Hex | FF | E5 | 6A | 0 | A | 3A | 0 | 32 | 64 | 47 |
| Octal | 377 | 345 | 152 | 0 | 12 | 72 | 0 | 62 | 144 | 107 |
| Binary | 11111111 | 11100101 | 1101010 | 0 | 1010 | 111010 | 0 | 110010 | 1100100 | 1000111 |
Color Harmonies of #FFE56A
Complementary color
Monochromatic Colors of #FFE56A
Black with #FFE56A
Text Example
Text Example
White with #FFE56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE56A; }
p { color: rgb(255,229,106); }
H1.HeaderClassName
{
color: #FFE56A;
}
.AnyTagClassName
{
color: #FFE56A;
}
</style>
background-color css
<style>
a { background-color: #FFE56A; }
a { background-color: rgb(255,229,106); }
div.DivClassName
{
background-color: #FFE56A;
}
.BgClassName
{
background-color: #FFE56A;
}
</style>
border-color css
<style>
span { border-color: #FFE56A; }
span { border-color: rgb(255,229,106); }
td.TdClassName
{
border-color: #FFE56A;
}
.TagClassName
{
border-color: #FFE56A;
}
</style>