Shades of Sweet Corn #FEDD70
Tints of Sweet Corn #FEDD70
RGB
CMYK
RGB Variations
Color information
#FEDD70 (or 0xFEDD70) is known color: Sweet Corn. HEX triplet: FE, DD and 70. RGB value is (254,221,112). Sum of RGB (Red+Green+Blue) = 254+221+112=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD70 is #01228F. Grayscale: #DADADA. Windows color (decimal): -74384 or 7396862. OLE color: 7396862.
HSL color Cylindrical-coordinate representation of color #FEDD70: hue angle of 46.06º 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 #FEDD70 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 112 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.00 |
| HSL | 46.06º | 0.99% | 0.72% | - |
| HSV(B) | 46.06º | 0.56% | 1% | - |
| XYZ | 69.65 | 73.95 | 25.93 | - |
| YUV | 218.44 | 67.93 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 112 | 0 | 0.13 | 0.56 | 0.00 | 46.06 | 0.99 | 0.72 |
| Hex | FE | DD | 70 | 0 | D | 38 | 0 | 2E | 63 | 48 |
| Octal | 376 | 335 | 160 | 0 | 15 | 70 | 0 | 56 | 143 | 110 |
| Binary | 11111110 | 11011101 | 1110000 | 0 | 1101 | 111000 | 0 | 101110 | 1100011 | 1001000 |
Color Harmonies of #FEDD70
Complementary color
Monochromatic Colors of #FEDD70
Black with #FEDD70
Text Example
Text Example
White with #FEDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD70; }
p { color: rgb(254,221,112); }
H1.HeaderClassName
{
color: #FEDD70;
}
.AnyTagClassName
{
color: #FEDD70;
}
</style>
background-color css
<style>
a { background-color: #FEDD70; }
a { background-color: rgb(254,221,112); }
div.DivClassName
{
background-color: #FEDD70;
}
.BgClassName
{
background-color: #FEDD70;
}
</style>
border-color css
<style>
span { border-color: #FEDD70; }
span { border-color: rgb(254,221,112); }
td.TdClassName
{
border-color: #FEDD70;
}
.TagClassName
{
border-color: #FEDD70;
}
</style>