Shades of Harvest Gold #EFBD63
Tints of Harvest Gold #EFBD63
RGB
CMYK
RGB Variations
Color information
#EFBD63 (or 0xEFBD63) is known color: Harvest Gold. HEX triplet: EF, BD and 63. RGB value is (239,189,99). Sum of RGB (Red+Green+Blue) = 239+189+99=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 99 (39.06% from 255 or 18.79% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD63 is #10429C. Grayscale: #C2C2C2. Windows color (decimal): -1065629 or 6536687. OLE color: 6536687.
HSL color Cylindrical-coordinate representation of color #EFBD63: hue angle of 38.57º 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 #EFBD63 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 99 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.06 |
| HSL | 38.57º | 0.81% | 0.66% | - |
| HSV(B) | 38.57º | 0.59% | 0.94% | - |
| XYZ | 56.05 | 55.65 | 19.59 | - |
| YUV | 193.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 99 | 0 | 0.21 | 0.59 | 0.06 | 38.57 | 0.81 | 0.66 |
| Hex | EF | BD | 63 | 0 | 15 | 3B | 6 | 27 | 51 | 42 |
| Octal | 357 | 275 | 143 | 0 | 25 | 73 | 6 | 47 | 121 | 102 |
| Binary | 11101111 | 10111101 | 1100011 | 0 | 10101 | 111011 | 110 | 100111 | 1010001 | 1000010 |
Color Harmonies of #EFBD63
Complementary color
Monochromatic Colors of #EFBD63
Black with #EFBD63
Text Example
Text Example
White with #EFBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD63; }
p { color: rgb(239,189,99); }
H1.HeaderClassName
{
color: #EFBD63;
}
.AnyTagClassName
{
color: #EFBD63;
}
</style>
background-color css
<style>
a { background-color: #EFBD63; }
a { background-color: rgb(239,189,99); }
div.DivClassName
{
background-color: #EFBD63;
}
.BgClassName
{
background-color: #EFBD63;
}
</style>
border-color css
<style>
span { border-color: #EFBD63; }
span { border-color: rgb(239,189,99); }
td.TdClassName
{
border-color: #EFBD63;
}
.TagClassName
{
border-color: #EFBD63;
}
</style>