Shades of Harvest Gold #EFB363
Tints of Harvest Gold #EFB363
RGB
CMYK
RGB Variations
Color information
#EFB363 (or 0xEFB363) is known color: Harvest Gold. HEX triplet: EF, B3 and 63. RGB value is (239,179,99). Sum of RGB (Red+Green+Blue) = 239+179+99=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB363 is #104C9C. Grayscale: #BCBCBC. Windows color (decimal): -1068189 or 6534127. OLE color: 6534127.
HSL color Cylindrical-coordinate representation of color #EFB363: hue angle of 34.29º 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 #EFB363 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 99 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.06 |
| HSL | 34.29º | 0.81% | 0.66% | - |
| HSV(B) | 34.29º | 0.59% | 0.94% | - |
| XYZ | 53.97 | 51.49 | 18.9 | - |
| YUV | 187.82 | 77.88 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 99 | 0 | 0.25 | 0.59 | 0.06 | 34.29 | 0.81 | 0.66 |
| Hex | EF | B3 | 63 | 0 | 19 | 3B | 6 | 22 | 51 | 42 |
| Octal | 357 | 263 | 143 | 0 | 31 | 73 | 6 | 42 | 121 | 102 |
| Binary | 11101111 | 10110011 | 1100011 | 0 | 11001 | 111011 | 110 | 100010 | 1010001 | 1000010 |
Color Harmonies of #EFB363
Complementary color
Monochromatic Colors of #EFB363
Black with #EFB363
Text Example
Text Example
White with #EFB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB363; }
p { color: rgb(239,179,99); }
H1.HeaderClassName
{
color: #EFB363;
}
.AnyTagClassName
{
color: #EFB363;
}
</style>
background-color css
<style>
a { background-color: #EFB363; }
a { background-color: rgb(239,179,99); }
div.DivClassName
{
background-color: #EFB363;
}
.BgClassName
{
background-color: #EFB363;
}
</style>
border-color css
<style>
span { border-color: #EFB363; }
span { border-color: rgb(239,179,99); }
td.TdClassName
{
border-color: #EFB363;
}
.TagClassName
{
border-color: #EFB363;
}
</style>