Shades of Sweet Corn #FEE570
Tints of Sweet Corn #FEE570
RGB
CMYK
RGB Variations
Color information
#FEE570 (or 0xFEE570) is known color: Sweet Corn. HEX triplet: FE, E5 and 70. RGB value is (254,229,112). Sum of RGB (Red+Green+Blue) = 254+229+112=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 112 (44.14% from 255 or 18.82% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE570 is #011A8F. Grayscale: #DFDFDF. Windows color (decimal): -72336 or 7398910. OLE color: 7398910.
HSL color Cylindrical-coordinate representation of color #FEE570: hue angle of 49.44º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE570 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 112 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.00 |
| HSL | 49.44º | 0.99% | 0.72% | - |
| HSV(B) | 49.44º | 0.56% | 1% | - |
| XYZ | 71.82 | 78.28 | 26.65 | - |
| YUV | 223.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 112 | 0 | 0.10 | 0.56 | 0.00 | 49.44 | 0.99 | 0.72 |
| Hex | FE | E5 | 70 | 0 | A | 38 | 0 | 31 | 63 | 48 |
| Octal | 376 | 345 | 160 | 0 | 12 | 70 | 0 | 61 | 143 | 110 |
| Binary | 11111110 | 11100101 | 1110000 | 0 | 1010 | 111000 | 0 | 110001 | 1100011 | 1001000 |
Color Harmonies of #FEE570
Complementary color
Monochromatic Colors of #FEE570
Black with #FEE570
Text Example
Text Example
White with #FEE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE570; }
p { color: rgb(254,229,112); }
H1.HeaderClassName
{
color: #FEE570;
}
.AnyTagClassName
{
color: #FEE570;
}
</style>
background-color css
<style>
a { background-color: #FEE570; }
a { background-color: rgb(254,229,112); }
div.DivClassName
{
background-color: #FEE570;
}
.BgClassName
{
background-color: #FEE570;
}
</style>
border-color css
<style>
span { border-color: #FEE570; }
span { border-color: rgb(254,229,112); }
td.TdClassName
{
border-color: #FEE570;
}
.TagClassName
{
border-color: #FEE570;
}
</style>