Shades of Sweet Corn #FEDC76
Tints of Sweet Corn #FEDC76
RGB
CMYK
RGB Variations
Color information
#FEDC76 (or 0xFEDC76) is known color: Sweet Corn. HEX triplet: FE, DC and 76. RGB value is (254,220,118). Sum of RGB (Red+Green+Blue) = 254+220+118=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC76 is #012389. Grayscale: #DADADA. Windows color (decimal): -74634 or 7789822. OLE color: 7789822.
HSL color Cylindrical-coordinate representation of color #FEDC76: hue angle of 45º 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 #FEDC76 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 118 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.00 |
| HSL | 45º | 0.99% | 0.73% | - |
| HSV(B) | 45º | 0.54% | 1% | - |
| XYZ | 69.74 | 73.57 | 27.66 | - |
| YUV | 218.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 118 | 0 | 0.13 | 0.54 | 0.00 | 45 | 0.99 | 0.73 |
| Hex | FE | DC | 76 | 0 | D | 36 | 0 | 2D | 63 | 49 |
| Octal | 376 | 334 | 166 | 0 | 15 | 66 | 0 | 55 | 143 | 111 |
| Binary | 11111110 | 11011100 | 1110110 | 0 | 1101 | 110110 | 0 | 101101 | 1100011 | 1001001 |
Color Harmonies of #FEDC76
Complementary color
Monochromatic Colors of #FEDC76
Black with #FEDC76
Text Example
Text Example
White with #FEDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC76; }
p { color: rgb(254,220,118); }
H1.HeaderClassName
{
color: #FEDC76;
}
.AnyTagClassName
{
color: #FEDC76;
}
</style>
background-color css
<style>
a { background-color: #FEDC76; }
a { background-color: rgb(254,220,118); }
div.DivClassName
{
background-color: #FEDC76;
}
.BgClassName
{
background-color: #FEDC76;
}
</style>
border-color css
<style>
span { border-color: #FEDC76; }
span { border-color: rgb(254,220,118); }
td.TdClassName
{
border-color: #FEDC76;
}
.TagClassName
{
border-color: #FEDC76;
}
</style>