Shades of Sweet Corn #FEDB71
Tints of Sweet Corn #FEDB71
RGB
CMYK
RGB Variations
Color information
#FEDB71 (or 0xFEDB71) is known color: Sweet Corn. HEX triplet: FE, DB and 71. RGB value is (254,219,113). Sum of RGB (Red+Green+Blue) = 254+219+113=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB71 is #01248E. Grayscale: #D9D9D9. Windows color (decimal): -74895 or 7461886. OLE color: 7461886.
HSL color Cylindrical-coordinate representation of color #FEDB71: hue angle of 45.11º 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 #FEDB71 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 113 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.00 |
| HSL | 45.11º | 0.99% | 0.72% | - |
| HSV(B) | 45.11º | 0.56% | 1% | - |
| XYZ | 69.19 | 72.93 | 26.05 | - |
| YUV | 217.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 113 | 0 | 0.14 | 0.56 | 0.00 | 45.11 | 0.99 | 0.72 |
| Hex | FE | DB | 71 | 0 | E | 38 | 0 | 2D | 63 | 48 |
| Octal | 376 | 333 | 161 | 0 | 16 | 70 | 0 | 55 | 143 | 110 |
| Binary | 11111110 | 11011011 | 1110001 | 0 | 1110 | 111000 | 0 | 101101 | 1100011 | 1001000 |
Color Harmonies of #FEDB71
Complementary color
Monochromatic Colors of #FEDB71
Black with #FEDB71
Text Example
Text Example
White with #FEDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB71; }
p { color: rgb(254,219,113); }
H1.HeaderClassName
{
color: #FEDB71;
}
.AnyTagClassName
{
color: #FEDB71;
}
</style>
background-color css
<style>
a { background-color: #FEDB71; }
a { background-color: rgb(254,219,113); }
div.DivClassName
{
background-color: #FEDB71;
}
.BgClassName
{
background-color: #FEDB71;
}
</style>
border-color css
<style>
span { border-color: #FEDB71; }
span { border-color: rgb(254,219,113); }
td.TdClassName
{
border-color: #FEDB71;
}
.TagClassName
{
border-color: #FEDB71;
}
</style>