Shades of Sweet Corn #EFDA71
Tints of Sweet Corn #EFDA71
RGB
CMYK
RGB Variations
Color information
#EFDA71 (or 0xEFDA71) is known color: Sweet Corn. HEX triplet: EF, DA and 71. RGB value is (239,218,113). Sum of RGB (Red+Green+Blue) = 239+218+113=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA71 is #10258E. Grayscale: #D4D4D4. Windows color (decimal): -1058191 or 7461615. OLE color: 7461615.
HSL color Cylindrical-coordinate representation of color #EFDA71: hue angle of 50º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFDA71 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 113 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.06 |
| HSL | 50º | 0.8% | 0.69% | - |
| HSV(B) | 50º | 0.53% | 0.94% | - |
| XYZ | 63.65 | 69.69 | 25.72 | - |
| YUV | 212.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 113 | 0 | 0.09 | 0.53 | 0.06 | 50 | 0.8 | 0.69 |
| Hex | EF | DA | 71 | 0 | 9 | 35 | 6 | 32 | 50 | 45 |
| Octal | 357 | 332 | 161 | 0 | 11 | 65 | 6 | 62 | 120 | 105 |
| Binary | 11101111 | 11011010 | 1110001 | 0 | 1001 | 110101 | 110 | 110010 | 1010000 | 1000101 |
Color Harmonies of #EFDA71
Complementary color
Monochromatic Colors of #EFDA71
Black with #EFDA71
Text Example
Text Example
White with #EFDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA71; }
p { color: rgb(239,218,113); }
H1.HeaderClassName
{
color: #EFDA71;
}
.AnyTagClassName
{
color: #EFDA71;
}
</style>
background-color css
<style>
a { background-color: #EFDA71; }
a { background-color: rgb(239,218,113); }
div.DivClassName
{
background-color: #EFDA71;
}
.BgClassName
{
background-color: #EFDA71;
}
</style>
border-color css
<style>
span { border-color: #EFDA71; }
span { border-color: rgb(239,218,113); }
td.TdClassName
{
border-color: #EFDA71;
}
.TagClassName
{
border-color: #EFDA71;
}
</style>