Shades of Sweet Corn #FEDF70
Tints of Sweet Corn #FEDF70
RGB
CMYK
RGB Variations
Color information
#FEDF70 (or 0xFEDF70) is known color: Sweet Corn. HEX triplet: FE, DF and 70. RGB value is (254,223,112). Sum of RGB (Red+Green+Blue) = 254+223+112=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 112 (44.14% from 255 or 19.02% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF70 is #01208F. Grayscale: #DCDCDC. Windows color (decimal): -73872 or 7397374. OLE color: 7397374.
HSL color Cylindrical-coordinate representation of color #FEDF70: hue angle of 46.9º 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 #FEDF70 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 112 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.00 |
| HSL | 46.9º | 0.99% | 0.72% | - |
| HSV(B) | 46.9º | 0.56% | 1% | - |
| XYZ | 70.19 | 75.02 | 26.11 | - |
| YUV | 219.62 | 67.27 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 112 | 0 | 0.12 | 0.56 | 0.00 | 46.9 | 0.99 | 0.72 |
| Hex | FE | DF | 70 | 0 | C | 38 | 0 | 2F | 63 | 48 |
| Octal | 376 | 337 | 160 | 0 | 14 | 70 | 0 | 57 | 143 | 110 |
| Binary | 11111110 | 11011111 | 1110000 | 0 | 1100 | 111000 | 0 | 101111 | 1100011 | 1001000 |
Color Harmonies of #FEDF70
Complementary color
Monochromatic Colors of #FEDF70
Black with #FEDF70
Text Example
Text Example
White with #FEDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF70; }
p { color: rgb(254,223,112); }
H1.HeaderClassName
{
color: #FEDF70;
}
.AnyTagClassName
{
color: #FEDF70;
}
</style>
background-color css
<style>
a { background-color: #FEDF70; }
a { background-color: rgb(254,223,112); }
div.DivClassName
{
background-color: #FEDF70;
}
.BgClassName
{
background-color: #FEDF70;
}
</style>
border-color css
<style>
span { border-color: #FEDF70; }
span { border-color: rgb(254,223,112); }
td.TdClassName
{
border-color: #FEDF70;
}
.TagClassName
{
border-color: #FEDF70;
}
</style>