Shades of Harvest Gold #EFB574
Tints of Harvest Gold #EFB574
RGB
CMYK
RGB Variations
Color information
#EFB574 (or 0xEFB574) is known color: Harvest Gold. HEX triplet: EF, B5 and 74. RGB value is (239,181,116). Sum of RGB (Red+Green+Blue) = 239+181+116=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB574 is #104A8B. Grayscale: #BFBFBF. Windows color (decimal): -1067660 or 7648751. OLE color: 7648751.
HSL color Cylindrical-coordinate representation of color #EFB574: hue angle of 31.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFB574 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 116 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.06 |
| HSL | 31.71º | 0.79% | 0.7% | - |
| HSV(B) | 31.71º | 0.51% | 0.94% | - |
| XYZ | 55.27 | 52.66 | 23.77 | - |
| YUV | 190.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 116 | 0 | 0.24 | 0.51 | 0.06 | 31.71 | 0.79 | 0.7 |
| Hex | EF | B5 | 74 | 0 | 18 | 33 | 6 | 20 | 4F | 46 |
| Octal | 357 | 265 | 164 | 0 | 30 | 63 | 6 | 40 | 117 | 106 |
| Binary | 11101111 | 10110101 | 1110100 | 0 | 11000 | 110011 | 110 | 100000 | 1001111 | 1000110 |
Color Harmonies of #EFB574
Complementary color
Monochromatic Colors of #EFB574
Black with #EFB574
Text Example
Text Example
White with #EFB574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB574; }
p { color: rgb(239,181,116); }
H1.HeaderClassName
{
color: #EFB574;
}
.AnyTagClassName
{
color: #EFB574;
}
</style>
background-color css
<style>
a { background-color: #EFB574; }
a { background-color: rgb(239,181,116); }
div.DivClassName
{
background-color: #EFB574;
}
.BgClassName
{
background-color: #EFB574;
}
</style>
border-color css
<style>
span { border-color: #EFB574; }
span { border-color: rgb(239,181,116); }
td.TdClassName
{
border-color: #EFB574;
}
.TagClassName
{
border-color: #EFB574;
}
</style>