Shades of Harvest Gold #EFBE63
Tints of Harvest Gold #EFBE63
RGB
CMYK
RGB Variations
Color information
#EFBE63 (or 0xEFBE63) is known color: Harvest Gold. HEX triplet: EF, BE and 63. RGB value is (239,190,99). Sum of RGB (Red+Green+Blue) = 239+190+99=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE63 is #10419C. Grayscale: #C2C2C2. Windows color (decimal): -1065373 or 6536943. OLE color: 6536943.
HSL color Cylindrical-coordinate representation of color #EFBE63: hue angle of 39º degrees, saturation: 0.81, 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 #EFBE63 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 99 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.06 |
| HSL | 39º | 0.81% | 0.66% | - |
| HSV(B) | 39º | 0.59% | 0.94% | - |
| XYZ | 56.26 | 56.08 | 19.66 | - |
| YUV | 194.28 | 74.23 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 99 | 0 | 0.21 | 0.59 | 0.06 | 39 | 0.81 | 0.66 |
| Hex | EF | BE | 63 | 0 | 15 | 3B | 6 | 27 | 51 | 42 |
| Octal | 357 | 276 | 143 | 0 | 25 | 73 | 6 | 47 | 121 | 102 |
| Binary | 11101111 | 10111110 | 1100011 | 0 | 10101 | 111011 | 110 | 100111 | 1010001 | 1000010 |
Color Harmonies of #EFBE63
Complementary color
Monochromatic Colors of #EFBE63
Black with #EFBE63
Text Example
Text Example
White with #EFBE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE63; }
p { color: rgb(239,190,99); }
H1.HeaderClassName
{
color: #EFBE63;
}
.AnyTagClassName
{
color: #EFBE63;
}
</style>
background-color css
<style>
a { background-color: #EFBE63; }
a { background-color: rgb(239,190,99); }
div.DivClassName
{
background-color: #EFBE63;
}
.BgClassName
{
background-color: #EFBE63;
}
</style>
border-color css
<style>
span { border-color: #EFBE63; }
span { border-color: rgb(239,190,99); }
td.TdClassName
{
border-color: #EFBE63;
}
.TagClassName
{
border-color: #EFBE63;
}
</style>