Shades of Sweet Corn #EFE170
Tints of Sweet Corn #EFE170
RGB
CMYK
RGB Variations
Color information
#EFE170 (or 0xEFE170) is known color: Sweet Corn. HEX triplet: EF, E1 and 70. RGB value is (239,225,112). Sum of RGB (Red+Green+Blue) = 239+225+112=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE170 is #101E8F. Grayscale: #D8D8D8. Windows color (decimal): -1056400 or 7397871. OLE color: 7397871.
HSL color Cylindrical-coordinate representation of color #EFE170: hue angle of 53.39º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFE170 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 112 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.06 |
| HSL | 53.39º | 0.8% | 0.69% | - |
| HSV(B) | 53.39º | 0.53% | 0.94% | - |
| XYZ | 65.45 | 73.37 | 26.04 | - |
| YUV | 216.3 | 69.14 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 112 | 0 | 0.06 | 0.53 | 0.06 | 53.39 | 0.8 | 0.69 |
| Hex | EF | E1 | 70 | 0 | 6 | 35 | 6 | 35 | 50 | 45 |
| Octal | 357 | 341 | 160 | 0 | 6 | 65 | 6 | 65 | 120 | 105 |
| Binary | 11101111 | 11100001 | 1110000 | 0 | 110 | 110101 | 110 | 110101 | 1010000 | 1000101 |
Color Harmonies of #EFE170
Complementary color
Monochromatic Colors of #EFE170
Black with #EFE170
Text Example
Text Example
White with #EFE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE170; }
p { color: rgb(239,225,112); }
H1.HeaderClassName
{
color: #EFE170;
}
.AnyTagClassName
{
color: #EFE170;
}
</style>
background-color css
<style>
a { background-color: #EFE170; }
a { background-color: rgb(239,225,112); }
div.DivClassName
{
background-color: #EFE170;
}
.BgClassName
{
background-color: #EFE170;
}
</style>
border-color css
<style>
span { border-color: #EFE170; }
span { border-color: rgb(239,225,112); }
td.TdClassName
{
border-color: #EFE170;
}
.TagClassName
{
border-color: #EFE170;
}
</style>