Shades of Sweet Corn #FFE872
Tints of Sweet Corn #FFE872
RGB
CMYK
RGB Variations
Color information
#FFE872 (or 0xFFE872) is known color: Sweet Corn. HEX triplet: FF, E8 and 72. RGB value is (255,232,114). Sum of RGB (Red+Green+Blue) = 255+232+114=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 114 (44.92% from 255 or 18.97% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE872 is #00178D. Grayscale: #E1E1E1. Windows color (decimal): -6030 or 7530751. OLE color: 7530751.
HSL color Cylindrical-coordinate representation of color #FFE872: hue angle of 50.21º 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 #FFE872 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 114 | - |
| CMYK | 0 | 0.09 | 0.55 | 0 |
| HSL | 50.21º | 1% | 0.72% | - |
| HSV(B) | 50.21º | 0.55% | 1% | - |
| XYZ | 73.13 | 80.19 | 27.54 | - |
| YUV | 225.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 114 | 0 | 0.09 | 0.55 | 0 | 50.21 | 1 | 0.72 |
| Hex | FF | E8 | 72 | 0 | 9 | 37 | 0 | 32 | 64 | 48 |
| Octal | 377 | 350 | 162 | 0 | 11 | 67 | 0 | 62 | 144 | 110 |
| Binary | 11111111 | 11101000 | 1110010 | 0 | 1001 | 110111 | 0 | 110010 | 1100100 | 1001000 |
Color Harmonies of #FFE872
Complementary color
Monochromatic Colors of #FFE872
Black with #FFE872
Text Example
Text Example
White with #FFE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE872; }
p { color: rgb(255,232,114); }
H1.HeaderClassName
{
color: #FFE872;
}
.AnyTagClassName
{
color: #FFE872;
}
</style>
background-color css
<style>
a { background-color: #FFE872; }
a { background-color: rgb(255,232,114); }
div.DivClassName
{
background-color: #FFE872;
}
.BgClassName
{
background-color: #FFE872;
}
</style>
border-color css
<style>
span { border-color: #FFE872; }
span { border-color: rgb(255,232,114); }
td.TdClassName
{
border-color: #FFE872;
}
.TagClassName
{
border-color: #FFE872;
}
</style>