Shades of Harvest Gold #EFB563
Tints of Harvest Gold #EFB563
RGB
CMYK
RGB Variations
Color information
#EFB563 (or 0xEFB563) is known color: Harvest Gold. HEX triplet: EF, B5 and 63. RGB value is (239,181,99). Sum of RGB (Red+Green+Blue) = 239+181+99=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB563 is #104A9C. Grayscale: #BDBDBD. Windows color (decimal): -1067677 or 6534639. OLE color: 6534639.
HSL color Cylindrical-coordinate representation of color #EFB563: hue angle of 35.14º 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 #EFB563 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 99 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.06 |
| HSL | 35.14º | 0.81% | 0.66% | - |
| HSV(B) | 35.14º | 0.59% | 0.94% | - |
| XYZ | 54.37 | 52.3 | 19.03 | - |
| YUV | 188.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 99 | 0 | 0.24 | 0.59 | 0.06 | 35.14 | 0.81 | 0.66 |
| Hex | EF | B5 | 63 | 0 | 18 | 3B | 6 | 23 | 51 | 42 |
| Octal | 357 | 265 | 143 | 0 | 30 | 73 | 6 | 43 | 121 | 102 |
| Binary | 11101111 | 10110101 | 1100011 | 0 | 11000 | 111011 | 110 | 100011 | 1010001 | 1000010 |
Color Harmonies of #EFB563
Complementary color
Monochromatic Colors of #EFB563
Black with #EFB563
Text Example
Text Example
White with #EFB563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB563; }
p { color: rgb(239,181,99); }
H1.HeaderClassName
{
color: #EFB563;
}
.AnyTagClassName
{
color: #EFB563;
}
</style>
background-color css
<style>
a { background-color: #EFB563; }
a { background-color: rgb(239,181,99); }
div.DivClassName
{
background-color: #EFB563;
}
.BgClassName
{
background-color: #EFB563;
}
</style>
border-color css
<style>
span { border-color: #EFB563; }
span { border-color: rgb(239,181,99); }
td.TdClassName
{
border-color: #EFB563;
}
.TagClassName
{
border-color: #EFB563;
}
</style>