Shades of Sweet Corn #FEDA70
Tints of Sweet Corn #FEDA70
RGB
CMYK
RGB Variations
Color information
#FEDA70 (or 0xFEDA70) is known color: Sweet Corn. HEX triplet: FE, DA and 70. RGB value is (254,218,112). Sum of RGB (Red+Green+Blue) = 254+218+112=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA70 is #01258F. Grayscale: #D9D9D9. Windows color (decimal): -75152 or 7396094. OLE color: 7396094.
HSL color Cylindrical-coordinate representation of color #FEDA70: hue angle of 44.79º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEDA70 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 112 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.00 |
| HSL | 44.79º | 0.99% | 0.72% | - |
| HSV(B) | 44.79º | 0.56% | 1% | - |
| XYZ | 68.87 | 72.38 | 25.67 | - |
| YUV | 216.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 112 | 0 | 0.14 | 0.56 | 0.00 | 44.79 | 0.99 | 0.72 |
| Hex | FE | DA | 70 | 0 | E | 38 | 0 | 2D | 63 | 48 |
| Octal | 376 | 332 | 160 | 0 | 16 | 70 | 0 | 55 | 143 | 110 |
| Binary | 11111110 | 11011010 | 1110000 | 0 | 1110 | 111000 | 0 | 101101 | 1100011 | 1001000 |
Color Harmonies of #FEDA70
Complementary color
Monochromatic Colors of #FEDA70
Black with #FEDA70
Text Example
Text Example
White with #FEDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA70; }
p { color: rgb(254,218,112); }
H1.HeaderClassName
{
color: #FEDA70;
}
.AnyTagClassName
{
color: #FEDA70;
}
</style>
background-color css
<style>
a { background-color: #FEDA70; }
a { background-color: rgb(254,218,112); }
div.DivClassName
{
background-color: #FEDA70;
}
.BgClassName
{
background-color: #FEDA70;
}
</style>
border-color css
<style>
span { border-color: #FEDA70; }
span { border-color: rgb(254,218,112); }
td.TdClassName
{
border-color: #FEDA70;
}
.TagClassName
{
border-color: #FEDA70;
}
</style>