Shades of Sweet Corn #FEE770
Tints of Sweet Corn #FEE770
RGB
CMYK
RGB Variations
Color information
#FEE770 (or 0xFEE770) is known color: Sweet Corn. HEX triplet: FE, E7 and 70. RGB value is (254,231,112). Sum of RGB (Red+Green+Blue) = 254+231+112=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 112 (44.14% from 255 or 18.76% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE770 is #01188F. Grayscale: #E0E0E0. Windows color (decimal): -71824 or 7399422. OLE color: 7399422.
HSL color Cylindrical-coordinate representation of color #FEE770: hue angle of 50.28º 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 #FEE770 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 112 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.00 |
| HSL | 50.28º | 0.99% | 0.72% | - |
| HSV(B) | 50.28º | 0.56% | 1% | - |
| XYZ | 72.37 | 79.39 | 26.84 | - |
| YUV | 224.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 112 | 0 | 0.09 | 0.56 | 0.00 | 50.28 | 0.99 | 0.72 |
| Hex | FE | E7 | 70 | 0 | 9 | 38 | 0 | 32 | 63 | 48 |
| Octal | 376 | 347 | 160 | 0 | 11 | 70 | 0 | 62 | 143 | 110 |
| Binary | 11111110 | 11100111 | 1110000 | 0 | 1001 | 111000 | 0 | 110010 | 1100011 | 1001000 |
Color Harmonies of #FEE770
Complementary color
Monochromatic Colors of #FEE770
Black with #FEE770
Text Example
Text Example
White with #FEE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE770; }
p { color: rgb(254,231,112); }
H1.HeaderClassName
{
color: #FEE770;
}
.AnyTagClassName
{
color: #FEE770;
}
</style>
background-color css
<style>
a { background-color: #FEE770; }
a { background-color: rgb(254,231,112); }
div.DivClassName
{
background-color: #FEE770;
}
.BgClassName
{
background-color: #FEE770;
}
</style>
border-color css
<style>
span { border-color: #FEE770; }
span { border-color: rgb(254,231,112); }
td.TdClassName
{
border-color: #FEE770;
}
.TagClassName
{
border-color: #FEE770;
}
</style>