Shades of Sweet Corn #FFE475
Tints of Sweet Corn #FFE475
RGB
CMYK
RGB Variations
Color information
#FFE475 (or 0xFFE475) is known color: Sweet Corn. HEX triplet: FF, E4 and 75. RGB value is (255,228,117). Sum of RGB (Red+Green+Blue) = 255+228+117=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 117 (46.09% from 255 or 19.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE475 is #001B8A. Grayscale: #DFDFDF. Windows color (decimal): -7051 or 7726335. OLE color: 7726335.
HSL color Cylindrical-coordinate representation of color #FFE475: hue angle of 48.26º 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 #FFE475 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 117 | - |
| CMYK | 0 | 0.11 | 0.54 | 0 |
| HSL | 48.26º | 1% | 0.73% | - |
| HSV(B) | 48.26º | 0.54% | 1% | - |
| XYZ | 72.19 | 78.03 | 28.09 | - |
| YUV | 223.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 117 | 0 | 0.11 | 0.54 | 0 | 48.26 | 1 | 0.73 |
| Hex | FF | E4 | 75 | 0 | B | 36 | 0 | 30 | 64 | 49 |
| Octal | 377 | 344 | 165 | 0 | 13 | 66 | 0 | 60 | 144 | 111 |
| Binary | 11111111 | 11100100 | 1110101 | 0 | 1011 | 110110 | 0 | 110000 | 1100100 | 1001001 |
Color Harmonies of #FFE475
Complementary color
Monochromatic Colors of #FFE475
Black with #FFE475
Text Example
Text Example
White with #FFE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE475; }
p { color: rgb(255,228,117); }
H1.HeaderClassName
{
color: #FFE475;
}
.AnyTagClassName
{
color: #FFE475;
}
</style>
background-color css
<style>
a { background-color: #FFE475; }
a { background-color: rgb(255,228,117); }
div.DivClassName
{
background-color: #FFE475;
}
.BgClassName
{
background-color: #FFE475;
}
</style>
border-color css
<style>
span { border-color: #FFE475; }
span { border-color: rgb(255,228,117); }
td.TdClassName
{
border-color: #FFE475;
}
.TagClassName
{
border-color: #FFE475;
}
</style>