Shades of Sweet Corn #EFE073
Tints of Sweet Corn #EFE073
RGB
CMYK
RGB Variations
Color information
#EFE073 (or 0xEFE073) is known color: Sweet Corn. HEX triplet: EF, E0 and 73. RGB value is (239,224,115). Sum of RGB (Red+Green+Blue) = 239+224+115=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 115 (45.31% from 255 or 19.90% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE073 is #101F8C. Grayscale: #D8D8D8. Windows color (decimal): -1056653 or 7594223. OLE color: 7594223.
HSL color Cylindrical-coordinate representation of color #EFE073: hue angle of 52.74º degrees, saturation: 0.79, 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 #EFE073 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 115 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.06 |
| HSL | 52.74º | 0.79% | 0.69% | - |
| HSV(B) | 52.74º | 0.52% | 0.94% | - |
| XYZ | 65.35 | 72.9 | 26.85 | - |
| YUV | 216.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 115 | 0 | 0.06 | 0.52 | 0.06 | 52.74 | 0.79 | 0.69 |
| Hex | EF | E0 | 73 | 0 | 6 | 34 | 6 | 35 | 4F | 45 |
| Octal | 357 | 340 | 163 | 0 | 6 | 64 | 6 | 65 | 117 | 105 |
| Binary | 11101111 | 11100000 | 1110011 | 0 | 110 | 110100 | 110 | 110101 | 1001111 | 1000101 |
Color Harmonies of #EFE073
Complementary color
Monochromatic Colors of #EFE073
Black with #EFE073
Text Example
Text Example
White with #EFE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE073; }
p { color: rgb(239,224,115); }
H1.HeaderClassName
{
color: #EFE073;
}
.AnyTagClassName
{
color: #EFE073;
}
</style>
background-color css
<style>
a { background-color: #EFE073; }
a { background-color: rgb(239,224,115); }
div.DivClassName
{
background-color: #EFE073;
}
.BgClassName
{
background-color: #EFE073;
}
</style>
border-color css
<style>
span { border-color: #EFE073; }
span { border-color: rgb(239,224,115); }
td.TdClassName
{
border-color: #EFE073;
}
.TagClassName
{
border-color: #EFE073;
}
</style>