Shades of Sweet Corn #EFDD71
Tints of Sweet Corn #EFDD71
RGB
CMYK
RGB Variations
Color information
#EFDD71 (or 0xEFDD71) is known color: Sweet Corn. HEX triplet: EF, DD and 71. RGB value is (239,221,113). Sum of RGB (Red+Green+Blue) = 239+221+113=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD71 is #10228E. Grayscale: #D6D6D6. Windows color (decimal): -1057423 or 7462383. OLE color: 7462383.
HSL color Cylindrical-coordinate representation of color #EFDD71: hue angle of 51.43º 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 #EFDD71 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 113 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.06 |
| HSL | 51.43º | 0.8% | 0.69% | - |
| HSV(B) | 51.43º | 0.53% | 0.94% | - |
| XYZ | 64.43 | 71.26 | 25.98 | - |
| YUV | 214.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 113 | 0 | 0.08 | 0.53 | 0.06 | 51.43 | 0.8 | 0.69 |
| Hex | EF | DD | 71 | 0 | 8 | 35 | 6 | 33 | 50 | 45 |
| Octal | 357 | 335 | 161 | 0 | 10 | 65 | 6 | 63 | 120 | 105 |
| Binary | 11101111 | 11011101 | 1110001 | 0 | 1000 | 110101 | 110 | 110011 | 1010000 | 1000101 |
Color Harmonies of #EFDD71
Complementary color
Monochromatic Colors of #EFDD71
Black with #EFDD71
Text Example
Text Example
White with #EFDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD71; }
p { color: rgb(239,221,113); }
H1.HeaderClassName
{
color: #EFDD71;
}
.AnyTagClassName
{
color: #EFDD71;
}
</style>
background-color css
<style>
a { background-color: #EFDD71; }
a { background-color: rgb(239,221,113); }
div.DivClassName
{
background-color: #EFDD71;
}
.BgClassName
{
background-color: #EFDD71;
}
</style>
border-color css
<style>
span { border-color: #EFDD71; }
span { border-color: rgb(239,221,113); }
td.TdClassName
{
border-color: #EFDD71;
}
.TagClassName
{
border-color: #EFDD71;
}
</style>