Shades of Sweet Corn #FFE174
Tints of Sweet Corn #FFE174
RGB
CMYK
RGB Variations
Color information
#FFE174 (or 0xFFE174) is known color: Sweet Corn. HEX triplet: FF, E1 and 74. RGB value is (255,225,116). Sum of RGB (Red+Green+Blue) = 255+225+116=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 116 (45.70% from 255 or 19.46% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE174 is #001E8B. Grayscale: #DEDEDE. Windows color (decimal): -7820 or 7660031. OLE color: 7660031.
HSL color Cylindrical-coordinate representation of color #FFE174: hue angle of 47.05º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE174 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 116 | - |
| CMYK | 0 | 0.12 | 0.55 | 0 |
| HSL | 47.05º | 1% | 0.73% | - |
| HSV(B) | 47.05º | 0.55% | 1% | - |
| XYZ | 71.32 | 76.37 | 27.51 | - |
| YUV | 221.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 116 | 0 | 0.12 | 0.55 | 0 | 47.05 | 1 | 0.73 |
| Hex | FF | E1 | 74 | 0 | C | 37 | 0 | 2F | 64 | 49 |
| Octal | 377 | 341 | 164 | 0 | 14 | 67 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100001 | 1110100 | 0 | 1100 | 110111 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE174
Complementary color
Monochromatic Colors of #FFE174
Black with #FFE174
Text Example
Text Example
White with #FFE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE174; }
p { color: rgb(255,225,116); }
H1.HeaderClassName
{
color: #FFE174;
}
.AnyTagClassName
{
color: #FFE174;
}
</style>
background-color css
<style>
a { background-color: #FFE174; }
a { background-color: rgb(255,225,116); }
div.DivClassName
{
background-color: #FFE174;
}
.BgClassName
{
background-color: #FFE174;
}
</style>
border-color css
<style>
span { border-color: #FFE174; }
span { border-color: rgb(255,225,116); }
td.TdClassName
{
border-color: #FFE174;
}
.TagClassName
{
border-color: #FFE174;
}
</style>