Shades of Sweet Corn #FEDF6E
Tints of Sweet Corn #FEDF6E
RGB
CMYK
RGB Variations
Color information
#FEDF6E (or 0xFEDF6E) is known color: Sweet Corn. HEX triplet: FE, DF and 6E. RGB value is (254,223,110). Sum of RGB (Red+Green+Blue) = 254+223+110=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 110 (43.36% from 255 or 18.74% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF6E is #012091. Grayscale: #DBDBDB. Windows color (decimal): -73874 or 7266302. OLE color: 7266302.
HSL color Cylindrical-coordinate representation of color #FEDF6E: hue angle of 47.08º 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 #FEDF6E is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 110 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.00 |
| HSL | 47.08º | 0.99% | 0.71% | - |
| HSV(B) | 47.08º | 0.57% | 1% | - |
| XYZ | 70.08 | 74.97 | 25.53 | - |
| YUV | 219.39 | 66.27 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 110 | 0 | 0.12 | 0.57 | 0.00 | 47.08 | 0.99 | 0.71 |
| Hex | FE | DF | 6E | 0 | C | 39 | 0 | 2F | 63 | 47 |
| Octal | 376 | 337 | 156 | 0 | 14 | 71 | 0 | 57 | 143 | 107 |
| Binary | 11111110 | 11011111 | 1101110 | 0 | 1100 | 111001 | 0 | 101111 | 1100011 | 1000111 |
Color Harmonies of #FEDF6E
Complementary color
Monochromatic Colors of #FEDF6E
Black with #FEDF6E
Text Example
Text Example
White with #FEDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF6E; }
p { color: rgb(254,223,110); }
H1.HeaderClassName
{
color: #FEDF6E;
}
.AnyTagClassName
{
color: #FEDF6E;
}
</style>
background-color css
<style>
a { background-color: #FEDF6E; }
a { background-color: rgb(254,223,110); }
div.DivClassName
{
background-color: #FEDF6E;
}
.BgClassName
{
background-color: #FEDF6E;
}
</style>
border-color css
<style>
span { border-color: #FEDF6E; }
span { border-color: rgb(254,223,110); }
td.TdClassName
{
border-color: #FEDF6E;
}
.TagClassName
{
border-color: #FEDF6E;
}
</style>