Shades of Sweet Corn #FEDE76
Tints of Sweet Corn #FEDE76
RGB
CMYK
RGB Variations
Color information
#FEDE76 (or 0xFEDE76) is known color: Sweet Corn. HEX triplet: FE, DE and 76. RGB value is (254,222,118). Sum of RGB (Red+Green+Blue) = 254+222+118=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE76 is #012189. Grayscale: #DCDCDC. Windows color (decimal): -74122 or 7790334. OLE color: 7790334.
HSL color Cylindrical-coordinate representation of color #FEDE76: hue angle of 45.88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEDE76 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 118 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.00 |
| HSL | 45.88º | 0.99% | 0.73% | - |
| HSV(B) | 45.88º | 0.54% | 1% | - |
| XYZ | 70.26 | 74.62 | 27.84 | - |
| YUV | 219.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 118 | 0 | 0.13 | 0.54 | 0.00 | 45.88 | 0.99 | 0.73 |
| Hex | FE | DE | 76 | 0 | D | 36 | 0 | 2E | 63 | 49 |
| Octal | 376 | 336 | 166 | 0 | 15 | 66 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011110 | 1110110 | 0 | 1101 | 110110 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDE76
Complementary color
Monochromatic Colors of #FEDE76
Black with #FEDE76
Text Example
Text Example
White with #FEDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE76; }
p { color: rgb(254,222,118); }
H1.HeaderClassName
{
color: #FEDE76;
}
.AnyTagClassName
{
color: #FEDE76;
}
</style>
background-color css
<style>
a { background-color: #FEDE76; }
a { background-color: rgb(254,222,118); }
div.DivClassName
{
background-color: #FEDE76;
}
.BgClassName
{
background-color: #FEDE76;
}
</style>
border-color css
<style>
span { border-color: #FEDE76; }
span { border-color: rgb(254,222,118); }
td.TdClassName
{
border-color: #FEDE76;
}
.TagClassName
{
border-color: #FEDE76;
}
</style>