Shades of Sweet Corn #FFE172
Tints of Sweet Corn #FFE172
RGB
CMYK
RGB Variations
Color information
#FFE172 (or 0xFFE172) is known color: Sweet Corn. HEX triplet: FF, E1 and 72. RGB value is (255,225,114). Sum of RGB (Red+Green+Blue) = 255+225+114=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE172 is #001E8D. Grayscale: #DDDDDD. Windows color (decimal): -7822 or 7528959. OLE color: 7528959.
HSL color Cylindrical-coordinate representation of color #FFE172: hue angle of 47.23º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFE172 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0 |
| HSL | 47.23º | 1% | 0.72% | - |
| HSV(B) | 47.23º | 0.55% | 1% | - |
| XYZ | 71.2 | 76.33 | 26.9 | - |
| YUV | 221.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 114 | 0 | 0.12 | 0.55 | 0 | 47.23 | 1 | 0.72 |
| Hex | FF | E1 | 72 | 0 | C | 37 | 0 | 2F | 64 | 48 |
| Octal | 377 | 341 | 162 | 0 | 14 | 67 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11100001 | 1110010 | 0 | 1100 | 110111 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFE172
Complementary color
Monochromatic Colors of #FFE172
Black with #FFE172
Text Example
Text Example
White with #FFE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE172; }
p { color: rgb(255,225,114); }
H1.HeaderClassName
{
color: #FFE172;
}
.AnyTagClassName
{
color: #FFE172;
}
</style>
background-color css
<style>
a { background-color: #FFE172; }
a { background-color: rgb(255,225,114); }
div.DivClassName
{
background-color: #FFE172;
}
.BgClassName
{
background-color: #FFE172;
}
</style>
border-color css
<style>
span { border-color: #FFE172; }
span { border-color: rgb(255,225,114); }
td.TdClassName
{
border-color: #FFE172;
}
.TagClassName
{
border-color: #FFE172;
}
</style>