Shades of Sweet Corn #EFDD6E
Tints of Sweet Corn #EFDD6E
RGB
CMYK
RGB Variations
Color information
#EFDD6E (or 0xEFDD6E) is known color: Sweet Corn. HEX triplet: EF, DD and 6E. RGB value is (239,221,110). Sum of RGB (Red+Green+Blue) = 239+221+110=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 110 (43.36% from 255 or 19.30% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6E is #102291. Grayscale: #D6D6D6. Windows color (decimal): -1057426 or 7265775. OLE color: 7265775.
HSL color Cylindrical-coordinate representation of color #EFDD6E: hue angle of 51.63º 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 #EFDD6E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 110 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.06 |
| HSL | 51.63º | 0.8% | 0.68% | - |
| HSV(B) | 51.63º | 0.54% | 0.94% | - |
| XYZ | 64.27 | 71.19 | 25.11 | - |
| YUV | 213.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 110 | 0 | 0.08 | 0.54 | 0.06 | 51.63 | 0.8 | 0.68 |
| Hex | EF | DD | 6E | 0 | 8 | 36 | 6 | 34 | 50 | 44 |
| Octal | 357 | 335 | 156 | 0 | 10 | 66 | 6 | 64 | 120 | 104 |
| Binary | 11101111 | 11011101 | 1101110 | 0 | 1000 | 110110 | 110 | 110100 | 1010000 | 1000100 |
Color Harmonies of #EFDD6E
Complementary color
Monochromatic Colors of #EFDD6E
Black with #EFDD6E
Text Example
Text Example
White with #EFDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD6E; }
p { color: rgb(239,221,110); }
H1.HeaderClassName
{
color: #EFDD6E;
}
.AnyTagClassName
{
color: #EFDD6E;
}
</style>
background-color css
<style>
a { background-color: #EFDD6E; }
a { background-color: rgb(239,221,110); }
div.DivClassName
{
background-color: #EFDD6E;
}
.BgClassName
{
background-color: #EFDD6E;
}
</style>
border-color css
<style>
span { border-color: #EFDD6E; }
span { border-color: rgb(239,221,110); }
td.TdClassName
{
border-color: #EFDD6E;
}
.TagClassName
{
border-color: #EFDD6E;
}
</style>