Shades of Sweet Corn #FFE072
Tints of Sweet Corn #FFE072
RGB
CMYK
RGB Variations
Color information
#FFE072 (or 0xFFE072) is known color: Sweet Corn. HEX triplet: FF, E0 and 72. RGB value is (255,224,114). Sum of RGB (Red+Green+Blue) = 255+224+114=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE072 is #001F8D. Grayscale: #DDDDDD. Windows color (decimal): -8078 or 7528703. OLE color: 7528703.
HSL color Cylindrical-coordinate representation of color #FFE072: hue angle of 46.81º 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 #FFE072 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0 |
| HSL | 46.81º | 1% | 0.72% | - |
| HSV(B) | 46.81º | 0.55% | 1% | - |
| XYZ | 70.93 | 75.79 | 26.81 | - |
| YUV | 220.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 114 | 0 | 0.12 | 0.55 | 0 | 46.81 | 1 | 0.72 |
| Hex | FF | E0 | 72 | 0 | C | 37 | 0 | 2F | 64 | 48 |
| Octal | 377 | 340 | 162 | 0 | 14 | 67 | 0 | 57 | 144 | 110 |
| Binary | 11111111 | 11100000 | 1110010 | 0 | 1100 | 110111 | 0 | 101111 | 1100100 | 1001000 |
Color Harmonies of #FFE072
Complementary color
Monochromatic Colors of #FFE072
Black with #FFE072
Text Example
Text Example
White with #FFE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE072; }
p { color: rgb(255,224,114); }
H1.HeaderClassName
{
color: #FFE072;
}
.AnyTagClassName
{
color: #FFE072;
}
</style>
background-color css
<style>
a { background-color: #FFE072; }
a { background-color: rgb(255,224,114); }
div.DivClassName
{
background-color: #FFE072;
}
.BgClassName
{
background-color: #FFE072;
}
</style>
border-color css
<style>
span { border-color: #FFE072; }
span { border-color: rgb(255,224,114); }
td.TdClassName
{
border-color: #FFE072;
}
.TagClassName
{
border-color: #FFE072;
}
</style>