Shades of Sweet Corn #FEE270
Tints of Sweet Corn #FEE270
RGB
CMYK
RGB Variations
Color information
#FEE270 (or 0xFEE270) is known color: Sweet Corn. HEX triplet: FE, E2 and 70. RGB value is (254,226,112). Sum of RGB (Red+Green+Blue) = 254+226+112=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 112 (44.14% from 255 or 18.92% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE270 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE270 is #011D8F. Grayscale: #DDDDDD. Windows color (decimal): -73104 or 7398142. OLE color: 7398142.
HSL color Cylindrical-coordinate representation of color #FEE270: hue angle of 48.17º 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 #FEE270 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 112 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.00 |
| HSL | 48.17º | 0.99% | 0.72% | - |
| HSV(B) | 48.17º | 0.56% | 1% | - |
| XYZ | 70.99 | 76.63 | 26.38 | - |
| YUV | 221.38 | 66.28 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 112 | 0 | 0.11 | 0.56 | 0.00 | 48.17 | 0.99 | 0.72 |
| Hex | FE | E2 | 70 | 0 | B | 38 | 0 | 30 | 63 | 48 |
| Octal | 376 | 342 | 160 | 0 | 13 | 70 | 0 | 60 | 143 | 110 |
| Binary | 11111110 | 11100010 | 1110000 | 0 | 1011 | 111000 | 0 | 110000 | 1100011 | 1001000 |
Color Harmonies of #FEE270
Complementary color
Monochromatic Colors of #FEE270
Black with #FEE270
Text Example
Text Example
White with #FEE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE270; }
p { color: rgb(254,226,112); }
H1.HeaderClassName
{
color: #FEE270;
}
.AnyTagClassName
{
color: #FEE270;
}
</style>
background-color css
<style>
a { background-color: #FEE270; }
a { background-color: rgb(254,226,112); }
div.DivClassName
{
background-color: #FEE270;
}
.BgClassName
{
background-color: #FEE270;
}
</style>
border-color css
<style>
span { border-color: #FEE270; }
span { border-color: rgb(254,226,112); }
td.TdClassName
{
border-color: #FEE270;
}
.TagClassName
{
border-color: #FEE270;
}
</style>