Shades of Sweet Corn #FFE570
Tints of Sweet Corn #FFE570
RGB
CMYK
RGB Variations
Color information
#FFE570 (or 0xFFE570) is known color: Sweet Corn. HEX triplet: FF, E5 and 70. RGB value is (255,229,112). Sum of RGB (Red+Green+Blue) = 255+229+112=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE570 is #001A8F. Grayscale: #DFDFDF. Windows color (decimal): -6800 or 7398911. OLE color: 7398911.
HSL color Cylindrical-coordinate representation of color #FFE570: hue angle of 49.09º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE570 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 112 | - |
| CMYK | 0 | 0.10 | 0.56 | 0 |
| HSL | 49.09º | 1% | 0.72% | - |
| HSV(B) | 49.09º | 0.56% | 1% | - |
| XYZ | 72.18 | 78.47 | 26.67 | - |
| YUV | 223.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 112 | 0 | 0.10 | 0.56 | 0 | 49.09 | 1 | 0.72 |
| Hex | FF | E5 | 70 | 0 | A | 38 | 0 | 31 | 64 | 48 |
| Octal | 377 | 345 | 160 | 0 | 12 | 70 | 0 | 61 | 144 | 110 |
| Binary | 11111111 | 11100101 | 1110000 | 0 | 1010 | 111000 | 0 | 110001 | 1100100 | 1001000 |
Color Harmonies of #FFE570
Complementary color
Monochromatic Colors of #FFE570
Black with #FFE570
Text Example
Text Example
White with #FFE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE570; }
p { color: rgb(255,229,112); }
H1.HeaderClassName
{
color: #FFE570;
}
.AnyTagClassName
{
color: #FFE570;
}
</style>
background-color css
<style>
a { background-color: #FFE570; }
a { background-color: rgb(255,229,112); }
div.DivClassName
{
background-color: #FFE570;
}
.BgClassName
{
background-color: #FFE570;
}
</style>
border-color css
<style>
span { border-color: #FFE570; }
span { border-color: rgb(255,229,112); }
td.TdClassName
{
border-color: #FFE570;
}
.TagClassName
{
border-color: #FFE570;
}
</style>