Shades of Harvest Gold #EFB565
Tints of Harvest Gold #EFB565
RGB
CMYK
RGB Variations
Color information
#EFB565 (or 0xEFB565) is known color: Harvest Gold. HEX triplet: EF, B5 and 65. RGB value is (239,181,101). Sum of RGB (Red+Green+Blue) = 239+181+101=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB565 is #104A9A. Grayscale: #BDBDBD. Windows color (decimal): -1067675 or 6665711. OLE color: 6665711.
HSL color Cylindrical-coordinate representation of color #EFB565: hue angle of 34.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFB565 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 101 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.06 |
| HSL | 34.78º | 0.81% | 0.67% | - |
| HSV(B) | 34.78º | 0.58% | 0.94% | - |
| XYZ | 54.47 | 52.34 | 19.54 | - |
| YUV | 189.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 101 | 0 | 0.24 | 0.58 | 0.06 | 34.78 | 0.81 | 0.67 |
| Hex | EF | B5 | 65 | 0 | 18 | 3A | 6 | 23 | 51 | 43 |
| Octal | 357 | 265 | 145 | 0 | 30 | 72 | 6 | 43 | 121 | 103 |
| Binary | 11101111 | 10110101 | 1100101 | 0 | 11000 | 111010 | 110 | 100011 | 1010001 | 1000011 |
Color Harmonies of #EFB565
Complementary color
Monochromatic Colors of #EFB565
Black with #EFB565
Text Example
Text Example
White with #EFB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB565; }
p { color: rgb(239,181,101); }
H1.HeaderClassName
{
color: #EFB565;
}
.AnyTagClassName
{
color: #EFB565;
}
</style>
background-color css
<style>
a { background-color: #EFB565; }
a { background-color: rgb(239,181,101); }
div.DivClassName
{
background-color: #EFB565;
}
.BgClassName
{
background-color: #EFB565;
}
</style>
border-color css
<style>
span { border-color: #EFB565; }
span { border-color: rgb(239,181,101); }
td.TdClassName
{
border-color: #EFB565;
}
.TagClassName
{
border-color: #EFB565;
}
</style>