Shades of Sweet Corn #EFE06E
Tints of Sweet Corn #EFE06E
RGB
CMYK
RGB Variations
Color information
#EFE06E (or 0xEFE06E) is known color: Sweet Corn. HEX triplet: EF, E0 and 6E. RGB value is (239,224,110). Sum of RGB (Red+Green+Blue) = 239+224+110=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE06E is #101F91. Grayscale: #D7D7D7. Windows color (decimal): -1056658 or 7266543. OLE color: 7266543.
HSL color Cylindrical-coordinate representation of color #EFE06E: hue angle of 53.02º 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 #EFE06E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 110 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.06 |
| HSL | 53.02º | 0.8% | 0.68% | - |
| HSV(B) | 53.02º | 0.54% | 0.94% | - |
| XYZ | 65.07 | 72.79 | 25.37 | - |
| YUV | 215.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 110 | 0 | 0.06 | 0.54 | 0.06 | 53.02 | 0.8 | 0.68 |
| Hex | EF | E0 | 6E | 0 | 6 | 36 | 6 | 35 | 50 | 44 |
| Octal | 357 | 340 | 156 | 0 | 6 | 66 | 6 | 65 | 120 | 104 |
| Binary | 11101111 | 11100000 | 1101110 | 0 | 110 | 110110 | 110 | 110101 | 1010000 | 1000100 |
Color Harmonies of #EFE06E
Complementary color
Monochromatic Colors of #EFE06E
Black with #EFE06E
Text Example
Text Example
White with #EFE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE06E; }
p { color: rgb(239,224,110); }
H1.HeaderClassName
{
color: #EFE06E;
}
.AnyTagClassName
{
color: #EFE06E;
}
</style>
background-color css
<style>
a { background-color: #EFE06E; }
a { background-color: rgb(239,224,110); }
div.DivClassName
{
background-color: #EFE06E;
}
.BgClassName
{
background-color: #EFE06E;
}
</style>
border-color css
<style>
span { border-color: #EFE06E; }
span { border-color: rgb(239,224,110); }
td.TdClassName
{
border-color: #EFE06E;
}
.TagClassName
{
border-color: #EFE06E;
}
</style>