Shades of Sweet Corn #FFE478
Tints of Sweet Corn #FFE478
RGB
CMYK
RGB Variations
Color information
#FFE478 (or 0xFFE478) is known color: Sweet Corn. HEX triplet: FF, E4 and 78. RGB value is (255,228,120). Sum of RGB (Red+Green+Blue) = 255+228+120=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE478 is #001B87. Grayscale: #E0E0E0. Windows color (decimal): -7048 or 7922943. OLE color: 7922943.
HSL color Cylindrical-coordinate representation of color #FFE478: hue angle of 48º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFE478 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 120 | - |
| CMYK | 0 | 0.11 | 0.53 | 0 |
| HSL | 48º | 1% | 0.74% | - |
| HSV(B) | 48º | 0.53% | 1% | - |
| XYZ | 72.37 | 78.1 | 29.03 | - |
| YUV | 223.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 120 | 0 | 0.11 | 0.53 | 0 | 48 | 1 | 0.74 |
| Hex | FF | E4 | 78 | 0 | B | 35 | 0 | 30 | 64 | 4A |
| Octal | 377 | 344 | 170 | 0 | 13 | 65 | 0 | 60 | 144 | 112 |
| Binary | 11111111 | 11100100 | 1111000 | 0 | 1011 | 110101 | 0 | 110000 | 1100100 | 1001010 |
Color Harmonies of #FFE478
Complementary color
Monochromatic Colors of #FFE478
Black with #FFE478
Text Example
Text Example
White with #FFE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE478; }
p { color: rgb(255,228,120); }
H1.HeaderClassName
{
color: #FFE478;
}
.AnyTagClassName
{
color: #FFE478;
}
</style>
background-color css
<style>
a { background-color: #FFE478; }
a { background-color: rgb(255,228,120); }
div.DivClassName
{
background-color: #FFE478;
}
.BgClassName
{
background-color: #FFE478;
}
</style>
border-color css
<style>
span { border-color: #FFE478; }
span { border-color: rgb(255,228,120); }
td.TdClassName
{
border-color: #FFE478;
}
.TagClassName
{
border-color: #FFE478;
}
</style>