Shades of Sweet Corn #FFE074
Tints of Sweet Corn #FFE074
RGB
CMYK
RGB Variations
Color information
#FFE074 (or 0xFFE074) is known color: Sweet Corn. HEX triplet: FF, E0 and 74. RGB value is (255,224,116). Sum of RGB (Red+Green+Blue) = 255+224+116=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 116 (45.70% from 255 or 19.50% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE074 is #001F8B. Grayscale: #DDDDDD. Windows color (decimal): -8076 or 7659775. OLE color: 7659775.
HSL color Cylindrical-coordinate representation of color #FFE074: hue angle of 46.62º 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 #FFE074 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 116 | - |
| CMYK | 0 | 0.12 | 0.55 | 0 |
| HSL | 46.62º | 1% | 0.73% | - |
| HSV(B) | 46.62º | 0.55% | 1% | - |
| XYZ | 71.05 | 75.83 | 27.42 | - |
| YUV | 220.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 116 | 0 | 0.12 | 0.55 | 0 | 46.62 | 1 | 0.73 |
| Hex | FF | E0 | 74 | 0 | C | 37 | 0 | 2F | 64 | 49 |
| Octal | 377 | 340 | 164 | 0 | 14 | 67 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100000 | 1110100 | 0 | 1100 | 110111 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE074
Complementary color
Monochromatic Colors of #FFE074
Black with #FFE074
Text Example
Text Example
White with #FFE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE074; }
p { color: rgb(255,224,116); }
H1.HeaderClassName
{
color: #FFE074;
}
.AnyTagClassName
{
color: #FFE074;
}
</style>
background-color css
<style>
a { background-color: #FFE074; }
a { background-color: rgb(255,224,116); }
div.DivClassName
{
background-color: #FFE074;
}
.BgClassName
{
background-color: #FFE074;
}
</style>
border-color css
<style>
span { border-color: #FFE074; }
span { border-color: rgb(255,224,116); }
td.TdClassName
{
border-color: #FFE074;
}
.TagClassName
{
border-color: #FFE074;
}
</style>