Shades of Sweet Corn #FEDD77
Tints of Sweet Corn #FEDD77
RGB
CMYK
RGB Variations
Color information
#FEDD77 (or 0xFEDD77) is known color: Sweet Corn. HEX triplet: FE, DD and 77. RGB value is (254,221,119). Sum of RGB (Red+Green+Blue) = 254+221+119=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD77 is #012288. Grayscale: #DBDBDB. Windows color (decimal): -74377 or 7855614. OLE color: 7855614.
HSL color Cylindrical-coordinate representation of color #FEDD77: hue angle of 45.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEDD77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.00 |
| HSL | 45.33º | 0.99% | 0.73% | - |
| HSV(B) | 45.33º | 0.53% | 1% | - |
| XYZ | 70.06 | 74.12 | 28.07 | - |
| YUV | 219.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 119 | 0 | 0.13 | 0.53 | 0.00 | 45.33 | 0.99 | 0.73 |
| Hex | FE | DD | 77 | 0 | D | 35 | 0 | 2D | 63 | 49 |
| Octal | 376 | 335 | 167 | 0 | 15 | 65 | 0 | 55 | 143 | 111 |
| Binary | 11111110 | 11011101 | 1110111 | 0 | 1101 | 110101 | 0 | 101101 | 1100011 | 1001001 |
Color Harmonies of #FEDD77
Complementary color
Monochromatic Colors of #FEDD77
Black with #FEDD77
Text Example
Text Example
White with #FEDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD77; }
p { color: rgb(254,221,119); }
H1.HeaderClassName
{
color: #FEDD77;
}
.AnyTagClassName
{
color: #FEDD77;
}
</style>
background-color css
<style>
a { background-color: #FEDD77; }
a { background-color: rgb(254,221,119); }
div.DivClassName
{
background-color: #FEDD77;
}
.BgClassName
{
background-color: #FEDD77;
}
</style>
border-color css
<style>
span { border-color: #FEDD77; }
span { border-color: rgb(254,221,119); }
td.TdClassName
{
border-color: #FEDD77;
}
.TagClassName
{
border-color: #FEDD77;
}
</style>