Shades of Sweet Corn #FEDA6E
Tints of Sweet Corn #FEDA6E
RGB
CMYK
RGB Variations
Color information
#FEDA6E (or 0xFEDA6E) is known color: Sweet Corn. HEX triplet: FE, DA and 6E. RGB value is (254,218,110). Sum of RGB (Red+Green+Blue) = 254+218+110=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA6E is #012591. Grayscale: #D8D8D8. Windows color (decimal): -75154 or 7265022. OLE color: 7265022.
HSL color Cylindrical-coordinate representation of color #FEDA6E: hue angle of 45º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEDA6E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 110 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.00 |
| HSL | 45º | 0.99% | 0.71% | - |
| HSV(B) | 45º | 0.57% | 1% | - |
| XYZ | 68.76 | 72.34 | 25.09 | - |
| YUV | 216.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 110 | 0 | 0.14 | 0.57 | 0.00 | 45 | 0.99 | 0.71 |
| Hex | FE | DA | 6E | 0 | E | 39 | 0 | 2D | 63 | 47 |
| Octal | 376 | 332 | 156 | 0 | 16 | 71 | 0 | 55 | 143 | 107 |
| Binary | 11111110 | 11011010 | 1101110 | 0 | 1110 | 111001 | 0 | 101101 | 1100011 | 1000111 |
Color Harmonies of #FEDA6E
Complementary color
Monochromatic Colors of #FEDA6E
Black with #FEDA6E
Text Example
Text Example
White with #FEDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA6E; }
p { color: rgb(254,218,110); }
H1.HeaderClassName
{
color: #FEDA6E;
}
.AnyTagClassName
{
color: #FEDA6E;
}
</style>
background-color css
<style>
a { background-color: #FEDA6E; }
a { background-color: rgb(254,218,110); }
div.DivClassName
{
background-color: #FEDA6E;
}
.BgClassName
{
background-color: #FEDA6E;
}
</style>
border-color css
<style>
span { border-color: #FEDA6E; }
span { border-color: rgb(254,218,110); }
td.TdClassName
{
border-color: #FEDA6E;
}
.TagClassName
{
border-color: #FEDA6E;
}
</style>