Shades of Sweet Corn #FEDF71
Tints of Sweet Corn #FEDF71
RGB
CMYK
RGB Variations
Color information
#FEDF71 (or 0xFEDF71) is known color: Sweet Corn. HEX triplet: FE, DF and 71. RGB value is (254,223,113). Sum of RGB (Red+Green+Blue) = 254+223+113=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF71 is #01208E. Grayscale: #DCDCDC. Windows color (decimal): -73871 or 7462910. OLE color: 7462910.
HSL color Cylindrical-coordinate representation of color #FEDF71: hue angle of 46.81º 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 #FEDF71 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 113 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.00 |
| HSL | 46.81º | 0.99% | 0.72% | - |
| HSV(B) | 46.81º | 0.56% | 1% | - |
| XYZ | 70.24 | 75.04 | 26.4 | - |
| YUV | 219.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 113 | 0 | 0.12 | 0.56 | 0.00 | 46.81 | 0.99 | 0.72 |
| Hex | FE | DF | 71 | 0 | C | 38 | 0 | 2F | 63 | 48 |
| Octal | 376 | 337 | 161 | 0 | 14 | 70 | 0 | 57 | 143 | 110 |
| Binary | 11111110 | 11011111 | 1110001 | 0 | 1100 | 111000 | 0 | 101111 | 1100011 | 1001000 |
Color Harmonies of #FEDF71
Complementary color
Monochromatic Colors of #FEDF71
Black with #FEDF71
Text Example
Text Example
White with #FEDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF71; }
p { color: rgb(254,223,113); }
H1.HeaderClassName
{
color: #FEDF71;
}
.AnyTagClassName
{
color: #FEDF71;
}
</style>
background-color css
<style>
a { background-color: #FEDF71; }
a { background-color: rgb(254,223,113); }
div.DivClassName
{
background-color: #FEDF71;
}
.BgClassName
{
background-color: #FEDF71;
}
</style>
border-color css
<style>
span { border-color: #FEDF71; }
span { border-color: rgb(254,223,113); }
td.TdClassName
{
border-color: #FEDF71;
}
.TagClassName
{
border-color: #FEDF71;
}
</style>