Shades of Sweet Corn #FFE575
Tints of Sweet Corn #FFE575
RGB
CMYK
RGB Variations
Color information
#FFE575 (or 0xFFE575) is known color: Sweet Corn. HEX triplet: FF, E5 and 75. RGB value is (255,229,117). Sum of RGB (Red+Green+Blue) = 255+229+117=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 117 (46.09% from 255 or 19.47% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE575 is #001A8A. Grayscale: #E0E0E0. Windows color (decimal): -6795 or 7726591. OLE color: 7726591.
HSL color Cylindrical-coordinate representation of color #FFE575: hue angle of 48.7º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFE575 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 117 | - |
| CMYK | 0 | 0.10 | 0.54 | 0 |
| HSL | 48.7º | 1% | 0.73% | - |
| HSV(B) | 48.7º | 0.54% | 1% | - |
| XYZ | 72.47 | 78.58 | 28.18 | - |
| YUV | 224.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 117 | 0 | 0.10 | 0.54 | 0 | 48.7 | 1 | 0.73 |
| Hex | FF | E5 | 75 | 0 | A | 36 | 0 | 31 | 64 | 49 |
| Octal | 377 | 345 | 165 | 0 | 12 | 66 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100101 | 1110101 | 0 | 1010 | 110110 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE575
Complementary color
Monochromatic Colors of #FFE575
Black with #FFE575
Text Example
Text Example
White with #FFE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE575; }
p { color: rgb(255,229,117); }
H1.HeaderClassName
{
color: #FFE575;
}
.AnyTagClassName
{
color: #FFE575;
}
</style>
background-color css
<style>
a { background-color: #FFE575; }
a { background-color: rgb(255,229,117); }
div.DivClassName
{
background-color: #FFE575;
}
.BgClassName
{
background-color: #FFE575;
}
</style>
border-color css
<style>
span { border-color: #FFE575; }
span { border-color: rgb(255,229,117); }
td.TdClassName
{
border-color: #FFE575;
}
.TagClassName
{
border-color: #FFE575;
}
</style>