Shades of Sweet Corn #EFE076
Tints of Sweet Corn #EFE076
RGB
CMYK
RGB Variations
Color information
#EFE076 (or 0xEFE076) is known color: Sweet Corn. HEX triplet: EF, E0 and 76. RGB value is (239,224,118). Sum of RGB (Red+Green+Blue) = 239+224+118=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 118 (46.48% from 255 or 20.31% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE076 is #101F89. Grayscale: #D8D8D8. Windows color (decimal): -1056650 or 7790831. OLE color: 7790831.
HSL color Cylindrical-coordinate representation of color #EFE076: hue angle of 52.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFE076 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 118 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.06 |
| HSL | 52.56º | 0.79% | 0.7% | - |
| HSV(B) | 52.56º | 0.51% | 0.94% | - |
| XYZ | 65.52 | 72.97 | 27.77 | - |
| YUV | 216.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 118 | 0 | 0.06 | 0.51 | 0.06 | 52.56 | 0.79 | 0.7 |
| Hex | EF | E0 | 76 | 0 | 6 | 33 | 6 | 35 | 4F | 46 |
| Octal | 357 | 340 | 166 | 0 | 6 | 63 | 6 | 65 | 117 | 106 |
| Binary | 11101111 | 11100000 | 1110110 | 0 | 110 | 110011 | 110 | 110101 | 1001111 | 1000110 |
Color Harmonies of #EFE076
Complementary color
Monochromatic Colors of #EFE076
Black with #EFE076
Text Example
Text Example
White with #EFE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE076; }
p { color: rgb(239,224,118); }
H1.HeaderClassName
{
color: #EFE076;
}
.AnyTagClassName
{
color: #EFE076;
}
</style>
background-color css
<style>
a { background-color: #EFE076; }
a { background-color: rgb(239,224,118); }
div.DivClassName
{
background-color: #EFE076;
}
.BgClassName
{
background-color: #EFE076;
}
</style>
border-color css
<style>
span { border-color: #EFE076; }
span { border-color: rgb(239,224,118); }
td.TdClassName
{
border-color: #EFE076;
}
.TagClassName
{
border-color: #EFE076;
}
</style>