Shades of Sweet Corn #EFDD6A
Tints of Sweet Corn #EFDD6A
RGB
CMYK
RGB Variations
Color information
#EFDD6A (or 0xEFDD6A) is known color: Sweet Corn. HEX triplet: EF, DD and 6A. RGB value is (239,221,106). Sum of RGB (Red+Green+Blue) = 239+221+106=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD6A is #102295. Grayscale: #D5D5D5. Windows color (decimal): -1057430 or 7003631. OLE color: 7003631.
HSL color Cylindrical-coordinate representation of color #EFDD6A: hue angle of 51.88º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFDD6A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 106 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.06 |
| HSL | 51.88º | 0.81% | 0.68% | - |
| HSV(B) | 51.88º | 0.56% | 0.94% | - |
| XYZ | 64.05 | 71.1 | 23.98 | - |
| YUV | 213.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 106 | 0 | 0.08 | 0.56 | 0.06 | 51.88 | 0.81 | 0.68 |
| Hex | EF | DD | 6A | 0 | 8 | 38 | 6 | 34 | 51 | 44 |
| Octal | 357 | 335 | 152 | 0 | 10 | 70 | 6 | 64 | 121 | 104 |
| Binary | 11101111 | 11011101 | 1101010 | 0 | 1000 | 111000 | 110 | 110100 | 1010001 | 1000100 |
Color Harmonies of #EFDD6A
Complementary color
Monochromatic Colors of #EFDD6A
Black with #EFDD6A
Text Example
Text Example
White with #EFDD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD6A; }
p { color: rgb(239,221,106); }
H1.HeaderClassName
{
color: #EFDD6A;
}
.AnyTagClassName
{
color: #EFDD6A;
}
</style>
background-color css
<style>
a { background-color: #EFDD6A; }
a { background-color: rgb(239,221,106); }
div.DivClassName
{
background-color: #EFDD6A;
}
.BgClassName
{
background-color: #EFDD6A;
}
</style>
border-color css
<style>
span { border-color: #EFDD6A; }
span { border-color: rgb(239,221,106); }
td.TdClassName
{
border-color: #EFDD6A;
}
.TagClassName
{
border-color: #EFDD6A;
}
</style>