Shades of Sweet Corn #FEDF78
Tints of Sweet Corn #FEDF78
RGB
CMYK
RGB Variations
Color information
#FEDF78 (or 0xFEDF78) is known color: Sweet Corn. HEX triplet: FE, DF and 78. RGB value is (254,223,120). Sum of RGB (Red+Green+Blue) = 254+223+120=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF78 is #012087. Grayscale: #DCDCDC. Windows color (decimal): -73864 or 7921662. OLE color: 7921662.
HSL color Cylindrical-coordinate representation of color #FEDF78: hue angle of 46.12º 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 #FEDF78 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 120 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.00 |
| HSL | 46.12º | 0.99% | 0.73% | - |
| HSV(B) | 46.12º | 0.53% | 1% | - |
| XYZ | 70.65 | 75.2 | 28.56 | - |
| YUV | 220.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 120 | 0 | 0.12 | 0.53 | 0.00 | 46.12 | 0.99 | 0.73 |
| Hex | FE | DF | 78 | 0 | C | 35 | 0 | 2E | 63 | 49 |
| Octal | 376 | 337 | 170 | 0 | 14 | 65 | 0 | 56 | 143 | 111 |
| Binary | 11111110 | 11011111 | 1111000 | 0 | 1100 | 110101 | 0 | 101110 | 1100011 | 1001001 |
Color Harmonies of #FEDF78
Complementary color
Monochromatic Colors of #FEDF78
Black with #FEDF78
Text Example
Text Example
White with #FEDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF78; }
p { color: rgb(254,223,120); }
H1.HeaderClassName
{
color: #FEDF78;
}
.AnyTagClassName
{
color: #FEDF78;
}
</style>
background-color css
<style>
a { background-color: #FEDF78; }
a { background-color: rgb(254,223,120); }
div.DivClassName
{
background-color: #FEDF78;
}
.BgClassName
{
background-color: #FEDF78;
}
</style>
border-color css
<style>
span { border-color: #FEDF78; }
span { border-color: rgb(254,223,120); }
td.TdClassName
{
border-color: #FEDF78;
}
.TagClassName
{
border-color: #FEDF78;
}
</style>