Shades of Sweet Corn #EFDC6B
Tints of Sweet Corn #EFDC6B
RGB
CMYK
RGB Variations
Color information
#EFDC6B (or 0xEFDC6B) is known color: Sweet Corn. HEX triplet: EF, DC and 6B. RGB value is (239,220,107). Sum of RGB (Red+Green+Blue) = 239+220+107=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC6B is #102394. Grayscale: #D5D5D5. Windows color (decimal): -1057685 or 7068911. OLE color: 7068911.
HSL color Cylindrical-coordinate representation of color #EFDC6B: hue angle of 51.36º 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 #EFDC6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.06 |
| HSL | 51.36º | 0.8% | 0.68% | - |
| HSV(B) | 51.36º | 0.55% | 0.94% | - |
| XYZ | 63.84 | 70.6 | 24.17 | - |
| YUV | 212.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 107 | 0 | 0.08 | 0.55 | 0.06 | 51.36 | 0.8 | 0.68 |
| Hex | EF | DC | 6B | 0 | 8 | 37 | 6 | 33 | 50 | 44 |
| Octal | 357 | 334 | 153 | 0 | 10 | 67 | 6 | 63 | 120 | 104 |
| Binary | 11101111 | 11011100 | 1101011 | 0 | 1000 | 110111 | 110 | 110011 | 1010000 | 1000100 |
Color Harmonies of #EFDC6B
Complementary color
Monochromatic Colors of #EFDC6B
Black with #EFDC6B
Text Example
Text Example
White with #EFDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC6B; }
p { color: rgb(239,220,107); }
H1.HeaderClassName
{
color: #EFDC6B;
}
.AnyTagClassName
{
color: #EFDC6B;
}
</style>
background-color css
<style>
a { background-color: #EFDC6B; }
a { background-color: rgb(239,220,107); }
div.DivClassName
{
background-color: #EFDC6B;
}
.BgClassName
{
background-color: #EFDC6B;
}
</style>
border-color css
<style>
span { border-color: #EFDC6B; }
span { border-color: rgb(239,220,107); }
td.TdClassName
{
border-color: #EFDC6B;
}
.TagClassName
{
border-color: #EFDC6B;
}
</style>