Shades of Corn #EFE560
Tints of Corn #EFE560
RGB
CMYK
RGB Variations
Color information
#EFE560 (or 0xEFE560) is known color: Corn. HEX triplet: EF, E5 and 60. RGB value is (239,229,96). Sum of RGB (Red+Green+Blue) = 239+229+96=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 96 (37.89% from 255 or 17.02% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE560 is #101A9F. Grayscale: #D9D9D9. Windows color (decimal): -1055392 or 6350319. OLE color: 6350319.
HSL color Cylindrical-coordinate representation of color #EFE560: hue angle of 55.8º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFE560 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 96 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.06 |
| HSL | 55.8º | 0.82% | 0.66% | - |
| HSV(B) | 55.8º | 0.6% | 0.94% | - |
| XYZ | 65.73 | 75.23 | 22.12 | - |
| YUV | 216.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 96 | 0 | 0.04 | 0.60 | 0.06 | 55.8 | 0.82 | 0.66 |
| Hex | EF | E5 | 60 | 0 | 4 | 3C | 6 | 38 | 52 | 42 |
| Octal | 357 | 345 | 140 | 0 | 4 | 74 | 6 | 70 | 122 | 102 |
| Binary | 11101111 | 11100101 | 1100000 | 0 | 100 | 111100 | 110 | 111000 | 1010010 | 1000010 |
Color Harmonies of #EFE560
Complementary color
Monochromatic Colors of #EFE560
Black with #EFE560
Text Example
Text Example
White with #EFE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE560; }
p { color: rgb(239,229,96); }
H1.HeaderClassName
{
color: #EFE560;
}
.AnyTagClassName
{
color: #EFE560;
}
</style>
background-color css
<style>
a { background-color: #EFE560; }
a { background-color: rgb(239,229,96); }
div.DivClassName
{
background-color: #EFE560;
}
.BgClassName
{
background-color: #EFE560;
}
</style>
border-color css
<style>
span { border-color: #EFE560; }
span { border-color: rgb(239,229,96); }
td.TdClassName
{
border-color: #EFE560;
}
.TagClassName
{
border-color: #EFE560;
}
</style>