Shades of Sweet Corn #EFDF6C
Tints of Sweet Corn #EFDF6C
RGB
CMYK
RGB Variations
Color information
#EFDF6C (or 0xEFDF6C) is known color: Sweet Corn. HEX triplet: EF, DF and 6C. RGB value is (239,223,108). Sum of RGB (Red+Green+Blue) = 239+223+108=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF6C is #102093. Grayscale: #D7D7D7. Windows color (decimal): -1056916 or 7135215. OLE color: 7135215.
HSL color Cylindrical-coordinate representation of color #EFDF6C: hue angle of 52.67º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFDF6C is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 108 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.06 |
| HSL | 52.67º | 0.8% | 0.68% | - |
| HSV(B) | 52.67º | 0.55% | 0.94% | - |
| XYZ | 64.69 | 72.21 | 24.72 | - |
| YUV | 214.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 108 | 0 | 0.07 | 0.55 | 0.06 | 52.67 | 0.8 | 0.68 |
| Hex | EF | DF | 6C | 0 | 7 | 37 | 6 | 35 | 50 | 44 |
| Octal | 357 | 337 | 154 | 0 | 7 | 67 | 6 | 65 | 120 | 104 |
| Binary | 11101111 | 11011111 | 1101100 | 0 | 111 | 110111 | 110 | 110101 | 1010000 | 1000100 |
Color Harmonies of #EFDF6C
Complementary color
Monochromatic Colors of #EFDF6C
Black with #EFDF6C
Text Example
Text Example
White with #EFDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF6C; }
p { color: rgb(239,223,108); }
H1.HeaderClassName
{
color: #EFDF6C;
}
.AnyTagClassName
{
color: #EFDF6C;
}
</style>
background-color css
<style>
a { background-color: #EFDF6C; }
a { background-color: rgb(239,223,108); }
div.DivClassName
{
background-color: #EFDF6C;
}
.BgClassName
{
background-color: #EFDF6C;
}
</style>
border-color css
<style>
span { border-color: #EFDF6C; }
span { border-color: rgb(239,223,108); }
td.TdClassName
{
border-color: #EFDF6C;
}
.TagClassName
{
border-color: #EFDF6C;
}
</style>