Shades of Sweet Corn #FFE178
Tints of Sweet Corn #FFE178
RGB
CMYK
RGB Variations
Color information
#FFE178 (or 0xFFE178) is known color: Sweet Corn. HEX triplet: FF, E1 and 78. RGB value is (255,225,120). Sum of RGB (Red+Green+Blue) = 255+225+120=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE178 is #001E87. Grayscale: #DEDEDE. Windows color (decimal): -7816 or 7922175. OLE color: 7922175.
HSL color Cylindrical-coordinate representation of color #FFE178: hue angle of 46.67º 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 #FFE178 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 120 | - |
| CMYK | 0 | 0.12 | 0.53 | 0 |
| HSL | 46.67º | 1% | 0.74% | - |
| HSV(B) | 46.67º | 0.53% | 1% | - |
| XYZ | 71.56 | 76.47 | 28.76 | - |
| YUV | 222 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 120 | 0 | 0.12 | 0.53 | 0 | 46.67 | 1 | 0.74 |
| Hex | FF | E1 | 78 | 0 | C | 35 | 0 | 2F | 64 | 4A |
| Octal | 377 | 341 | 170 | 0 | 14 | 65 | 0 | 57 | 144 | 112 |
| Binary | 11111111 | 11100001 | 1111000 | 0 | 1100 | 110101 | 0 | 101111 | 1100100 | 1001010 |
Color Harmonies of #FFE178
Complementary color
Monochromatic Colors of #FFE178
Black with #FFE178
Text Example
Text Example
White with #FFE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE178; }
p { color: rgb(255,225,120); }
H1.HeaderClassName
{
color: #FFE178;
}
.AnyTagClassName
{
color: #FFE178;
}
</style>
background-color css
<style>
a { background-color: #FFE178; }
a { background-color: rgb(255,225,120); }
div.DivClassName
{
background-color: #FFE178;
}
.BgClassName
{
background-color: #FFE178;
}
</style>
border-color css
<style>
span { border-color: #FFE178; }
span { border-color: rgb(255,225,120); }
td.TdClassName
{
border-color: #FFE178;
}
.TagClassName
{
border-color: #FFE178;
}
</style>