Shades of Sweet Corn #EFDC6C
Tints of Sweet Corn #EFDC6C
RGB
CMYK
RGB Variations
Color information
#EFDC6C (or 0xEFDC6C) is known color: Sweet Corn. HEX triplet: EF, DC and 6C. RGB value is (239,220,108). Sum of RGB (Red+Green+Blue) = 239+220+108=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 108 (42.58% from 255 or 19.05% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC6C is #102393. Grayscale: #D5D5D5. Windows color (decimal): -1057684 or 7134447. OLE color: 7134447.
HSL color Cylindrical-coordinate representation of color #EFDC6C: hue angle of 51.3º 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 #EFDC6C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 108 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.06 |
| HSL | 51.3º | 0.8% | 0.68% | - |
| HSV(B) | 51.3º | 0.55% | 0.94% | - |
| XYZ | 63.9 | 70.62 | 24.45 | - |
| YUV | 212.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 108 | 0 | 0.08 | 0.55 | 0.06 | 51.3 | 0.8 | 0.68 |
| Hex | EF | DC | 6C | 0 | 8 | 37 | 6 | 33 | 50 | 44 |
| Octal | 357 | 334 | 154 | 0 | 10 | 67 | 6 | 63 | 120 | 104 |
| Binary | 11101111 | 11011100 | 1101100 | 0 | 1000 | 110111 | 110 | 110011 | 1010000 | 1000100 |
Color Harmonies of #EFDC6C
Complementary color
Monochromatic Colors of #EFDC6C
Black with #EFDC6C
Text Example
Text Example
White with #EFDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC6C; }
p { color: rgb(239,220,108); }
H1.HeaderClassName
{
color: #EFDC6C;
}
.AnyTagClassName
{
color: #EFDC6C;
}
</style>
background-color css
<style>
a { background-color: #EFDC6C; }
a { background-color: rgb(239,220,108); }
div.DivClassName
{
background-color: #EFDC6C;
}
.BgClassName
{
background-color: #EFDC6C;
}
</style>
border-color css
<style>
span { border-color: #EFDC6C; }
span { border-color: rgb(239,220,108); }
td.TdClassName
{
border-color: #EFDC6C;
}
.TagClassName
{
border-color: #EFDC6C;
}
</style>