Shades of Corn #EFE960
Tints of Corn #EFE960
RGB
CMYK
RGB Variations
Color information
#EFE960 (or 0xEFE960) is known color: Corn. HEX triplet: EF, E9 and 60. RGB value is (239,233,96). Sum of RGB (Red+Green+Blue) = 239+233+96=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE960 is #10169F. Grayscale: #DBDBDB. Windows color (decimal): -1054368 or 6351343. OLE color: 6351343.
HSL color Cylindrical-coordinate representation of color #EFE960: hue angle of 57.48º 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 #EFE960 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 96 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.06 |
| HSL | 57.48º | 0.82% | 0.66% | - |
| HSV(B) | 57.48º | 0.6% | 0.94% | - |
| XYZ | 66.85 | 77.47 | 22.5 | - |
| YUV | 219.18 | 58.49 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 96 | 0 | 0.03 | 0.60 | 0.06 | 57.48 | 0.82 | 0.66 |
| Hex | EF | E9 | 60 | 0 | 3 | 3C | 6 | 39 | 52 | 42 |
| Octal | 357 | 351 | 140 | 0 | 3 | 74 | 6 | 71 | 122 | 102 |
| Binary | 11101111 | 11101001 | 1100000 | 0 | 11 | 111100 | 110 | 111001 | 1010010 | 1000010 |
Color Harmonies of #EFE960
Complementary color
Monochromatic Colors of #EFE960
Black with #EFE960
Text Example
Text Example
White with #EFE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE960; }
p { color: rgb(239,233,96); }
H1.HeaderClassName
{
color: #EFE960;
}
.AnyTagClassName
{
color: #EFE960;
}
</style>
background-color css
<style>
a { background-color: #EFE960; }
a { background-color: rgb(239,233,96); }
div.DivClassName
{
background-color: #EFE960;
}
.BgClassName
{
background-color: #EFE960;
}
</style>
border-color css
<style>
span { border-color: #EFE960; }
span { border-color: rgb(239,233,96); }
td.TdClassName
{
border-color: #EFE960;
}
.TagClassName
{
border-color: #EFE960;
}
</style>