Shades of Sweet Corn #EFDA72
Tints of Sweet Corn #EFDA72
RGB
CMYK
RGB Variations
Color information
#EFDA72 (or 0xEFDA72) is known color: Sweet Corn. HEX triplet: EF, DA and 72. RGB value is (239,218,114). Sum of RGB (Red+Green+Blue) = 239+218+114=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA72 is #10258D. Grayscale: #D4D4D4. Windows color (decimal): -1058190 or 7527151. OLE color: 7527151.
HSL color Cylindrical-coordinate representation of color #EFDA72: hue angle of 49.92º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFDA72 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 114 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.06 |
| HSL | 49.92º | 0.8% | 0.69% | - |
| HSV(B) | 49.92º | 0.52% | 0.94% | - |
| XYZ | 63.71 | 69.71 | 26.02 | - |
| YUV | 212.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 114 | 0 | 0.09 | 0.52 | 0.06 | 49.92 | 0.8 | 0.69 |
| Hex | EF | DA | 72 | 0 | 9 | 34 | 6 | 32 | 50 | 45 |
| Octal | 357 | 332 | 162 | 0 | 11 | 64 | 6 | 62 | 120 | 105 |
| Binary | 11101111 | 11011010 | 1110010 | 0 | 1001 | 110100 | 110 | 110010 | 1010000 | 1000101 |
Color Harmonies of #EFDA72
Complementary color
Monochromatic Colors of #EFDA72
Black with #EFDA72
Text Example
Text Example
White with #EFDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA72; }
p { color: rgb(239,218,114); }
H1.HeaderClassName
{
color: #EFDA72;
}
.AnyTagClassName
{
color: #EFDA72;
}
</style>
background-color css
<style>
a { background-color: #EFDA72; }
a { background-color: rgb(239,218,114); }
div.DivClassName
{
background-color: #EFDA72;
}
.BgClassName
{
background-color: #EFDA72;
}
</style>
border-color css
<style>
span { border-color: #EFDA72; }
span { border-color: rgb(239,218,114); }
td.TdClassName
{
border-color: #EFDA72;
}
.TagClassName
{
border-color: #EFDA72;
}
</style>