Shades of Harvest Gold #EFB962
Tints of Harvest Gold #EFB962
RGB
CMYK
RGB Variations
Color information
#EFB962 (or 0xEFB962) is known color: Harvest Gold. HEX triplet: EF, B9 and 62. RGB value is (239,185,98). Sum of RGB (Red+Green+Blue) = 239+185+98=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB962 is #10469D. Grayscale: #BFBFBF. Windows color (decimal): -1066654 or 6470127. OLE color: 6470127.
HSL color Cylindrical-coordinate representation of color #EFB962: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFB962 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 98 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.06 |
| HSL | 37.02º | 0.82% | 0.66% | - |
| HSV(B) | 37.02º | 0.59% | 0.94% | - |
| XYZ | 55.15 | 53.93 | 19.06 | - |
| YUV | 191.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 98 | 0 | 0.23 | 0.59 | 0.06 | 37.02 | 0.82 | 0.66 |
| Hex | EF | B9 | 62 | 0 | 17 | 3B | 6 | 25 | 52 | 42 |
| Octal | 357 | 271 | 142 | 0 | 27 | 73 | 6 | 45 | 122 | 102 |
| Binary | 11101111 | 10111001 | 1100010 | 0 | 10111 | 111011 | 110 | 100101 | 1010010 | 1000010 |
Color Harmonies of #EFB962
Complementary color
Monochromatic Colors of #EFB962
Black with #EFB962
Text Example
Text Example
White with #EFB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB962; }
p { color: rgb(239,185,98); }
H1.HeaderClassName
{
color: #EFB962;
}
.AnyTagClassName
{
color: #EFB962;
}
</style>
background-color css
<style>
a { background-color: #EFB962; }
a { background-color: rgb(239,185,98); }
div.DivClassName
{
background-color: #EFB962;
}
.BgClassName
{
background-color: #EFB962;
}
</style>
border-color css
<style>
span { border-color: #EFB962; }
span { border-color: rgb(239,185,98); }
td.TdClassName
{
border-color: #EFB962;
}
.TagClassName
{
border-color: #EFB962;
}
</style>