Shades of Harvest Gold #EFB365
Tints of Harvest Gold #EFB365
RGB
CMYK
RGB Variations
Color information
#EFB365 (or 0xEFB365) is known color: Harvest Gold. HEX triplet: EF, B3 and 65. RGB value is (239,179,101). Sum of RGB (Red+Green+Blue) = 239+179+101=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB365 is #104C9A. Grayscale: #BCBCBC. Windows color (decimal): -1068187 or 6665199. OLE color: 6665199.
HSL color Cylindrical-coordinate representation of color #EFB365: hue angle of 33.91º 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 #EFB365 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 101 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.06 |
| HSL | 33.91º | 0.81% | 0.67% | - |
| HSV(B) | 33.91º | 0.58% | 0.94% | - |
| XYZ | 54.07 | 51.53 | 19.41 | - |
| YUV | 188.05 | 78.88 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 101 | 0 | 0.25 | 0.58 | 0.06 | 33.91 | 0.81 | 0.67 |
| Hex | EF | B3 | 65 | 0 | 19 | 3A | 6 | 22 | 51 | 43 |
| Octal | 357 | 263 | 145 | 0 | 31 | 72 | 6 | 42 | 121 | 103 |
| Binary | 11101111 | 10110011 | 1100101 | 0 | 11001 | 111010 | 110 | 100010 | 1010001 | 1000011 |
Color Harmonies of #EFB365
Complementary color
Monochromatic Colors of #EFB365
Black with #EFB365
Text Example
Text Example
White with #EFB365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB365; }
p { color: rgb(239,179,101); }
H1.HeaderClassName
{
color: #EFB365;
}
.AnyTagClassName
{
color: #EFB365;
}
</style>
background-color css
<style>
a { background-color: #EFB365; }
a { background-color: rgb(239,179,101); }
div.DivClassName
{
background-color: #EFB365;
}
.BgClassName
{
background-color: #EFB365;
}
</style>
border-color css
<style>
span { border-color: #EFB365; }
span { border-color: rgb(239,179,101); }
td.TdClassName
{
border-color: #EFB365;
}
.TagClassName
{
border-color: #EFB365;
}
</style>