Shades of Sweet Corn #FEDE78
Tints of Sweet Corn #FEDE78
RGB
CMYK
RGB Variations
Color information
#FEDE78 (or 0xFEDE78) is known color: Sweet Corn. HEX triplet: FE, DE and 78. RGB value is (254,222,120). Sum of RGB (Red+Green+Blue) = 254+222+120=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE78 is #012187. Grayscale: #DCDCDC. Windows color (decimal): -74120 or 7921406. OLE color: 7921406.
HSL color Cylindrical-coordinate representation of color #FEDE78: hue angle of 45.67º 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 #FEDE78 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 120 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.00 |
| HSL | 45.67º | 0.99% | 0.73% | - |
| HSV(B) | 45.67º | 0.53% | 1% | - |
| XYZ | 70.38 | 74.67 | 28.47 | - |
| YUV | 219.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 120 | 0 | 0.13 | 0.53 | 0.00 | 45.67 | 0.99 | 0.73 |
| Hex | FE | DE | 78 | 0 | D | 35 | 0 | 2E | 63 | 49 |
| Octal | 376 | 336 | 170 | 0 | 15 | 65 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011110 | 1111000 | 0 | 1101 | 110101 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDE78
Complementary color
Monochromatic Colors of #FEDE78
Black with #FEDE78
Text Example
Text Example
White with #FEDE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE78; }
p { color: rgb(254,222,120); }
H1.HeaderClassName
{
color: #FEDE78;
}
.AnyTagClassName
{
color: #FEDE78;
}
</style>
background-color css
<style>
a { background-color: #FEDE78; }
a { background-color: rgb(254,222,120); }
div.DivClassName
{
background-color: #FEDE78;
}
.BgClassName
{
background-color: #FEDE78;
}
</style>
border-color css
<style>
span { border-color: #FEDE78; }
span { border-color: rgb(254,222,120); }
td.TdClassName
{
border-color: #FEDE78;
}
.TagClassName
{
border-color: #FEDE78;
}
</style>