Shades of Corn #EFE760
Tints of Corn #EFE760
RGB
CMYK
RGB Variations
Color information
#EFE760 (or 0xEFE760) is known color: Corn. HEX triplet: EF, E7 and 60. RGB value is (239,231,96). Sum of RGB (Red+Green+Blue) = 239+231+96=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE760 is #10189F. Grayscale: #DADADA. Windows color (decimal): -1054880 or 6350831. OLE color: 6350831.
HSL color Cylindrical-coordinate representation of color #EFE760: hue angle of 56.64º 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 #EFE760 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 96 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.06 |
| HSL | 56.64º | 0.82% | 0.66% | - |
| HSV(B) | 56.64º | 0.6% | 0.94% | - |
| XYZ | 66.28 | 76.35 | 22.31 | - |
| YUV | 218 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 96 | 0 | 0.03 | 0.60 | 0.06 | 56.64 | 0.82 | 0.66 |
| Hex | EF | E7 | 60 | 0 | 3 | 3C | 6 | 39 | 52 | 42 |
| Octal | 357 | 347 | 140 | 0 | 3 | 74 | 6 | 71 | 122 | 102 |
| Binary | 11101111 | 11100111 | 1100000 | 0 | 11 | 111100 | 110 | 111001 | 1010010 | 1000010 |
Color Harmonies of #EFE760
Complementary color
Monochromatic Colors of #EFE760
Black with #EFE760
Text Example
Text Example
White with #EFE760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE760; }
p { color: rgb(239,231,96); }
H1.HeaderClassName
{
color: #EFE760;
}
.AnyTagClassName
{
color: #EFE760;
}
</style>
background-color css
<style>
a { background-color: #EFE760; }
a { background-color: rgb(239,231,96); }
div.DivClassName
{
background-color: #EFE760;
}
.BgClassName
{
background-color: #EFE760;
}
</style>
border-color css
<style>
span { border-color: #EFE760; }
span { border-color: rgb(239,231,96); }
td.TdClassName
{
border-color: #EFE760;
}
.TagClassName
{
border-color: #EFE760;
}
</style>