Shades of Harvest Gold #EDB374
Tints of Harvest Gold #EDB374
RGB
CMYK
RGB Variations
Color information
#EDB374 (or 0xEDB374) is known color: Harvest Gold. HEX triplet: ED, B3 and 74. RGB value is (237,179,116). Sum of RGB (Red+Green+Blue) = 237+179+116=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB374 is #124C8B. Grayscale: #BDBDBD. Windows color (decimal): -1199244 or 7648237. OLE color: 7648237.
HSL color Cylindrical-coordinate representation of color #EDB374: hue angle of 31.24º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDB374 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 116 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 31.24º | 0.77% | 0.69% | - |
| HSV(B) | 31.24º | 0.51% | 0.93% | - |
| XYZ | 54.2 | 51.51 | 23.61 | - |
| YUV | 189.16 | 86.72 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 116 | 0 | 0.24 | 0.51 | 0.07 | 31.24 | 0.77 | 0.69 |
| Hex | ED | B3 | 74 | 0 | 18 | 33 | 7 | 1F | 4D | 45 |
| Octal | 355 | 263 | 164 | 0 | 30 | 63 | 7 | 37 | 115 | 105 |
| Binary | 11101101 | 10110011 | 1110100 | 0 | 11000 | 110011 | 111 | 11111 | 1001101 | 1000101 |
Color Harmonies of #EDB374
Complementary color
Monochromatic Colors of #EDB374
Black with #EDB374
Text Example
Text Example
White with #EDB374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB374; }
p { color: rgb(237,179,116); }
H1.HeaderClassName
{
color: #EDB374;
}
.AnyTagClassName
{
color: #EDB374;
}
</style>
background-color css
<style>
a { background-color: #EDB374; }
a { background-color: rgb(237,179,116); }
div.DivClassName
{
background-color: #EDB374;
}
.BgClassName
{
background-color: #EDB374;
}
</style>
border-color css
<style>
span { border-color: #EDB374; }
span { border-color: rgb(237,179,116); }
td.TdClassName
{
border-color: #EDB374;
}
.TagClassName
{
border-color: #EDB374;
}
</style>