Shades of Sweet Corn #EFE072
Tints of Sweet Corn #EFE072
RGB
CMYK
RGB Variations
Color information
#EFE072 (or 0xEFE072) is known color: Sweet Corn. HEX triplet: EF, E0 and 72. RGB value is (239,224,114). Sum of RGB (Red+Green+Blue) = 239+224+114=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE072 is #101F8D. Grayscale: #D8D8D8. Windows color (decimal): -1056654 or 7528687. OLE color: 7528687.
HSL color Cylindrical-coordinate representation of color #EFE072: hue angle of 52.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFE072 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 114 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.06 |
| HSL | 52.8º | 0.8% | 0.69% | - |
| HSV(B) | 52.8º | 0.52% | 0.94% | - |
| XYZ | 65.29 | 72.88 | 26.55 | - |
| YUV | 215.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 114 | 0 | 0.06 | 0.52 | 0.06 | 52.8 | 0.8 | 0.69 |
| Hex | EF | E0 | 72 | 0 | 6 | 34 | 6 | 35 | 50 | 45 |
| Octal | 357 | 340 | 162 | 0 | 6 | 64 | 6 | 65 | 120 | 105 |
| Binary | 11101111 | 11100000 | 1110010 | 0 | 110 | 110100 | 110 | 110101 | 1010000 | 1000101 |
Color Harmonies of #EFE072
Complementary color
Monochromatic Colors of #EFE072
Black with #EFE072
Text Example
Text Example
White with #EFE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE072; }
p { color: rgb(239,224,114); }
H1.HeaderClassName
{
color: #EFE072;
}
.AnyTagClassName
{
color: #EFE072;
}
</style>
background-color css
<style>
a { background-color: #EFE072; }
a { background-color: rgb(239,224,114); }
div.DivClassName
{
background-color: #EFE072;
}
.BgClassName
{
background-color: #EFE072;
}
</style>
border-color css
<style>
span { border-color: #EFE072; }
span { border-color: rgb(239,224,114); }
td.TdClassName
{
border-color: #EFE072;
}
.TagClassName
{
border-color: #EFE072;
}
</style>