Shades of Sweet Corn #EFDA70
Tints of Sweet Corn #EFDA70
RGB
CMYK
RGB Variations
Color information
#EFDA70 (or 0xEFDA70) is known color: Sweet Corn. HEX triplet: EF, DA and 70. RGB value is (239,218,112). Sum of RGB (Red+Green+Blue) = 239+218+112=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA70 is #10258F. Grayscale: #D4D4D4. Windows color (decimal): -1058192 or 7396079. OLE color: 7396079.
HSL color Cylindrical-coordinate representation of color #EFDA70: hue angle of 50.08º 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 #EFDA70 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.06 |
| HSL | 50.08º | 0.8% | 0.69% | - |
| HSV(B) | 50.08º | 0.53% | 0.94% | - |
| XYZ | 63.59 | 69.66 | 25.42 | - |
| YUV | 212.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 112 | 0 | 0.09 | 0.53 | 0.06 | 50.08 | 0.8 | 0.69 |
| Hex | EF | DA | 70 | 0 | 9 | 35 | 6 | 32 | 50 | 45 |
| Octal | 357 | 332 | 160 | 0 | 11 | 65 | 6 | 62 | 120 | 105 |
| Binary | 11101111 | 11011010 | 1110000 | 0 | 1001 | 110101 | 110 | 110010 | 1010000 | 1000101 |
Color Harmonies of #EFDA70
Complementary color
Monochromatic Colors of #EFDA70
Black with #EFDA70
Text Example
Text Example
White with #EFDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA70; }
p { color: rgb(239,218,112); }
H1.HeaderClassName
{
color: #EFDA70;
}
.AnyTagClassName
{
color: #EFDA70;
}
</style>
background-color css
<style>
a { background-color: #EFDA70; }
a { background-color: rgb(239,218,112); }
div.DivClassName
{
background-color: #EFDA70;
}
.BgClassName
{
background-color: #EFDA70;
}
</style>
border-color css
<style>
span { border-color: #EFDA70; }
span { border-color: rgb(239,218,112); }
td.TdClassName
{
border-color: #EFDA70;
}
.TagClassName
{
border-color: #EFDA70;
}
</style>