Shades of Harvest Gold #EFB769
Tints of Harvest Gold #EFB769
RGB
CMYK
RGB Variations
Color information
#EFB769 (or 0xEFB769) is known color: Harvest Gold. HEX triplet: EF, B7 and 69. RGB value is (239,183,105). Sum of RGB (Red+Green+Blue) = 239+183+105=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB769 is #104896. Grayscale: #BFBFBF. Windows color (decimal): -1067159 or 6928367. OLE color: 6928367.
HSL color Cylindrical-coordinate representation of color #EFB769: hue angle of 34.93º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFB769 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 105 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.06 |
| HSL | 34.93º | 0.81% | 0.67% | - |
| HSV(B) | 34.93º | 0.56% | 0.94% | - |
| XYZ | 55.08 | 53.24 | 20.74 | - |
| YUV | 190.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 105 | 0 | 0.23 | 0.56 | 0.06 | 34.93 | 0.81 | 0.67 |
| Hex | EF | B7 | 69 | 0 | 17 | 38 | 6 | 23 | 51 | 43 |
| Octal | 357 | 267 | 151 | 0 | 27 | 70 | 6 | 43 | 121 | 103 |
| Binary | 11101111 | 10110111 | 1101001 | 0 | 10111 | 111000 | 110 | 100011 | 1010001 | 1000011 |
Color Harmonies of #EFB769
Complementary color
Monochromatic Colors of #EFB769
Black with #EFB769
Text Example
Text Example
White with #EFB769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB769; }
p { color: rgb(239,183,105); }
H1.HeaderClassName
{
color: #EFB769;
}
.AnyTagClassName
{
color: #EFB769;
}
</style>
background-color css
<style>
a { background-color: #EFB769; }
a { background-color: rgb(239,183,105); }
div.DivClassName
{
background-color: #EFB769;
}
.BgClassName
{
background-color: #EFB769;
}
</style>
border-color css
<style>
span { border-color: #EFB769; }
span { border-color: rgb(239,183,105); }
td.TdClassName
{
border-color: #EFB769;
}
.TagClassName
{
border-color: #EFB769;
}
</style>