Shades of Sweet Corn #EFE16D
Tints of Sweet Corn #EFE16D
RGB
CMYK
RGB Variations
Color information
#EFE16D (or 0xEFE16D) is known color: Sweet Corn. HEX triplet: EF, E1 and 6D. RGB value is (239,225,109). Sum of RGB (Red+Green+Blue) = 239+225+109=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE16D is #101E92. Grayscale: #D8D8D8. Windows color (decimal): -1056403 or 7201263. OLE color: 7201263.
HSL color Cylindrical-coordinate representation of color #EFE16D: hue angle of 53.54º 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 #EFE16D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 109 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.06 |
| HSL | 53.54º | 0.8% | 0.68% | - |
| HSV(B) | 53.54º | 0.54% | 0.94% | - |
| XYZ | 65.28 | 73.31 | 25.18 | - |
| YUV | 215.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 109 | 0 | 0.06 | 0.54 | 0.06 | 53.54 | 0.8 | 0.68 |
| Hex | EF | E1 | 6D | 0 | 6 | 36 | 6 | 36 | 50 | 44 |
| Octal | 357 | 341 | 155 | 0 | 6 | 66 | 6 | 66 | 120 | 104 |
| Binary | 11101111 | 11100001 | 1101101 | 0 | 110 | 110110 | 110 | 110110 | 1010000 | 1000100 |
Color Harmonies of #EFE16D
Complementary color
Monochromatic Colors of #EFE16D
Black with #EFE16D
Text Example
Text Example
White with #EFE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE16D; }
p { color: rgb(239,225,109); }
H1.HeaderClassName
{
color: #EFE16D;
}
.AnyTagClassName
{
color: #EFE16D;
}
</style>
background-color css
<style>
a { background-color: #EFE16D; }
a { background-color: rgb(239,225,109); }
div.DivClassName
{
background-color: #EFE16D;
}
.BgClassName
{
background-color: #EFE16D;
}
</style>
border-color css
<style>
span { border-color: #EFE16D; }
span { border-color: rgb(239,225,109); }
td.TdClassName
{
border-color: #EFE16D;
}
.TagClassName
{
border-color: #EFE16D;
}
</style>