Shades of Sweet Corn #EFDC71
Tints of Sweet Corn #EFDC71
RGB
CMYK
RGB Variations
Color information
#EFDC71 (or 0xEFDC71) is known color: Sweet Corn. HEX triplet: EF, DC and 71. RGB value is (239,220,113). Sum of RGB (Red+Green+Blue) = 239+220+113=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC71 is #10238E. Grayscale: #D5D5D5. Windows color (decimal): -1057679 or 7462127. OLE color: 7462127.
HSL color Cylindrical-coordinate representation of color #EFDC71: hue angle of 50.95º 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 #EFDC71 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 113 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.06 |
| HSL | 50.95º | 0.8% | 0.69% | - |
| HSV(B) | 50.95º | 0.53% | 0.94% | - |
| XYZ | 64.17 | 70.73 | 25.89 | - |
| YUV | 213.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 113 | 0 | 0.08 | 0.53 | 0.06 | 50.95 | 0.8 | 0.69 |
| Hex | EF | DC | 71 | 0 | 8 | 35 | 6 | 33 | 50 | 45 |
| Octal | 357 | 334 | 161 | 0 | 10 | 65 | 6 | 63 | 120 | 105 |
| Binary | 11101111 | 11011100 | 1110001 | 0 | 1000 | 110101 | 110 | 110011 | 1010000 | 1000101 |
Color Harmonies of #EFDC71
Complementary color
Monochromatic Colors of #EFDC71
Black with #EFDC71
Text Example
Text Example
White with #EFDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC71; }
p { color: rgb(239,220,113); }
H1.HeaderClassName
{
color: #EFDC71;
}
.AnyTagClassName
{
color: #EFDC71;
}
</style>
background-color css
<style>
a { background-color: #EFDC71; }
a { background-color: rgb(239,220,113); }
div.DivClassName
{
background-color: #EFDC71;
}
.BgClassName
{
background-color: #EFDC71;
}
</style>
border-color css
<style>
span { border-color: #EFDC71; }
span { border-color: rgb(239,220,113); }
td.TdClassName
{
border-color: #EFDC71;
}
.TagClassName
{
border-color: #EFDC71;
}
</style>