Shades of Harvest Gold #EFBD67
Tints of Harvest Gold #EFBD67
RGB
CMYK
RGB Variations
Color information
#EFBD67 (or 0xEFBD67) is known color: Harvest Gold. HEX triplet: EF, BD and 67. RGB value is (239,189,103). Sum of RGB (Red+Green+Blue) = 239+189+103=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD67 is #104298. Grayscale: #C2C2C2. Windows color (decimal): -1065625 or 6798831. OLE color: 6798831.
HSL color Cylindrical-coordinate representation of color #EFBD67: hue angle of 37.94º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFBD67 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 103 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.06 |
| HSL | 37.94º | 0.81% | 0.67% | - |
| HSV(B) | 37.94º | 0.57% | 0.94% | - |
| XYZ | 56.24 | 55.73 | 20.62 | - |
| YUV | 194.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 103 | 0 | 0.21 | 0.57 | 0.06 | 37.94 | 0.81 | 0.67 |
| Hex | EF | BD | 67 | 0 | 15 | 39 | 6 | 26 | 51 | 43 |
| Octal | 357 | 275 | 147 | 0 | 25 | 71 | 6 | 46 | 121 | 103 |
| Binary | 11101111 | 10111101 | 1100111 | 0 | 10101 | 111001 | 110 | 100110 | 1010001 | 1000011 |
Color Harmonies of #EFBD67
Complementary color
Monochromatic Colors of #EFBD67
Black with #EFBD67
Text Example
Text Example
White with #EFBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD67; }
p { color: rgb(239,189,103); }
H1.HeaderClassName
{
color: #EFBD67;
}
.AnyTagClassName
{
color: #EFBD67;
}
</style>
background-color css
<style>
a { background-color: #EFBD67; }
a { background-color: rgb(239,189,103); }
div.DivClassName
{
background-color: #EFBD67;
}
.BgClassName
{
background-color: #EFBD67;
}
</style>
border-color css
<style>
span { border-color: #EFBD67; }
span { border-color: rgb(239,189,103); }
td.TdClassName
{
border-color: #EFBD67;
}
.TagClassName
{
border-color: #EFBD67;
}
</style>