Shades of Sweet Corn #EFE075
Tints of Sweet Corn #EFE075
RGB
CMYK
RGB Variations
Color information
#EFE075 (or 0xEFE075) is known color: Sweet Corn. HEX triplet: EF, E0 and 75. RGB value is (239,224,117). Sum of RGB (Red+Green+Blue) = 239+224+117=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE075 is #101F8A. Grayscale: #D8D8D8. Windows color (decimal): -1056651 or 7725295. OLE color: 7725295.
HSL color Cylindrical-coordinate representation of color #EFE075: hue angle of 52.62º 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 #EFE075 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 117 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.06 |
| HSL | 52.62º | 0.79% | 0.7% | - |
| HSV(B) | 52.62º | 0.51% | 0.94% | - |
| XYZ | 65.46 | 72.95 | 27.46 | - |
| YUV | 216.29 | 71.97 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 117 | 0 | 0.06 | 0.51 | 0.06 | 52.62 | 0.79 | 0.7 |
| Hex | EF | E0 | 75 | 0 | 6 | 33 | 6 | 35 | 4F | 46 |
| Octal | 357 | 340 | 165 | 0 | 6 | 63 | 6 | 65 | 117 | 106 |
| Binary | 11101111 | 11100000 | 1110101 | 0 | 110 | 110011 | 110 | 110101 | 1001111 | 1000110 |
Color Harmonies of #EFE075
Complementary color
Monochromatic Colors of #EFE075
Black with #EFE075
Text Example
Text Example
White with #EFE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE075; }
p { color: rgb(239,224,117); }
H1.HeaderClassName
{
color: #EFE075;
}
.AnyTagClassName
{
color: #EFE075;
}
</style>
background-color css
<style>
a { background-color: #EFE075; }
a { background-color: rgb(239,224,117); }
div.DivClassName
{
background-color: #EFE075;
}
.BgClassName
{
background-color: #EFE075;
}
</style>
border-color css
<style>
span { border-color: #EFE075; }
span { border-color: rgb(239,224,117); }
td.TdClassName
{
border-color: #EFE075;
}
.TagClassName
{
border-color: #EFE075;
}
</style>