Shades of Harvest Gold #EDB474
Tints of Harvest Gold #EDB474
RGB
CMYK
RGB Variations
Color information
#EDB474 (or 0xEDB474) is known color: Harvest Gold. HEX triplet: ED, B4 and 74. RGB value is (237,180,116). Sum of RGB (Red+Green+Blue) = 237+180+116=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB474 is #124B8B. Grayscale: #BEBEBE. Windows color (decimal): -1198988 or 7648493. OLE color: 7648493.
HSL color Cylindrical-coordinate representation of color #EDB474: hue angle of 31.74º 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 #EDB474 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 116 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 31.74º | 0.77% | 0.69% | - |
| HSV(B) | 31.74º | 0.51% | 0.93% | - |
| XYZ | 54.4 | 51.91 | 23.68 | - |
| YUV | 189.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 116 | 0 | 0.24 | 0.51 | 0.07 | 31.74 | 0.77 | 0.69 |
| Hex | ED | B4 | 74 | 0 | 18 | 33 | 7 | 20 | 4D | 45 |
| Octal | 355 | 264 | 164 | 0 | 30 | 63 | 7 | 40 | 115 | 105 |
| Binary | 11101101 | 10110100 | 1110100 | 0 | 11000 | 110011 | 111 | 100000 | 1001101 | 1000101 |
Color Harmonies of #EDB474
Complementary color
Monochromatic Colors of #EDB474
Black with #EDB474
Text Example
Text Example
White with #EDB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB474; }
p { color: rgb(237,180,116); }
H1.HeaderClassName
{
color: #EDB474;
}
.AnyTagClassName
{
color: #EDB474;
}
</style>
background-color css
<style>
a { background-color: #EDB474; }
a { background-color: rgb(237,180,116); }
div.DivClassName
{
background-color: #EDB474;
}
.BgClassName
{
background-color: #EDB474;
}
</style>
border-color css
<style>
span { border-color: #EDB474; }
span { border-color: rgb(237,180,116); }
td.TdClassName
{
border-color: #EDB474;
}
.TagClassName
{
border-color: #EDB474;
}
</style>