Shades of Sweet Corn #EFDD6D
Tints of Sweet Corn #EFDD6D
RGB
CMYK
RGB Variations
Color information
#EFDD6D (or 0xEFDD6D) is known color: Sweet Corn. HEX triplet: EF, DD and 6D. RGB value is (239,221,109). Sum of RGB (Red+Green+Blue) = 239+221+109=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6D is #102292. Grayscale: #D6D6D6. Windows color (decimal): -1057427 or 7200239. OLE color: 7200239.
HSL color Cylindrical-coordinate representation of color #EFDD6D: hue angle of 51.69º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFDD6D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 109 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.06 |
| HSL | 51.69º | 0.8% | 0.68% | - |
| HSV(B) | 51.69º | 0.54% | 0.94% | - |
| XYZ | 64.21 | 71.17 | 24.82 | - |
| YUV | 213.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 109 | 0 | 0.08 | 0.54 | 0.06 | 51.69 | 0.8 | 0.68 |
| Hex | EF | DD | 6D | 0 | 8 | 36 | 6 | 34 | 50 | 44 |
| Octal | 357 | 335 | 155 | 0 | 10 | 66 | 6 | 64 | 120 | 104 |
| Binary | 11101111 | 11011101 | 1101101 | 0 | 1000 | 110110 | 110 | 110100 | 1010000 | 1000100 |
Color Harmonies of #EFDD6D
Complementary color
Monochromatic Colors of #EFDD6D
Black with #EFDD6D
Text Example
Text Example
White with #EFDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD6D; }
p { color: rgb(239,221,109); }
H1.HeaderClassName
{
color: #EFDD6D;
}
.AnyTagClassName
{
color: #EFDD6D;
}
</style>
background-color css
<style>
a { background-color: #EFDD6D; }
a { background-color: rgb(239,221,109); }
div.DivClassName
{
background-color: #EFDD6D;
}
.BgClassName
{
background-color: #EFDD6D;
}
</style>
border-color css
<style>
span { border-color: #EFDD6D; }
span { border-color: rgb(239,221,109); }
td.TdClassName
{
border-color: #EFDD6D;
}
.TagClassName
{
border-color: #EFDD6D;
}
</style>