Shades of Harvest Gold #EDB475
Tints of Harvest Gold #EDB475
RGB
CMYK
RGB Variations
Color information
#EDB475 (or 0xEDB475) is known color: Harvest Gold. HEX triplet: ED, B4 and 75. RGB value is (237,180,117). Sum of RGB (Red+Green+Blue) = 237+180+117=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB475 is #124B8A. Grayscale: #BEBEBE. Windows color (decimal): -1198987 or 7714029. OLE color: 7714029.
HSL color Cylindrical-coordinate representation of color #EDB475: hue angle of 31.5º 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 #EDB475 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 117 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 31.5º | 0.77% | 0.69% | - |
| HSV(B) | 31.5º | 0.51% | 0.93% | - |
| XYZ | 54.46 | 51.93 | 23.98 | - |
| YUV | 189.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 117 | 0 | 0.24 | 0.51 | 0.07 | 31.5 | 0.77 | 0.69 |
| Hex | ED | B4 | 75 | 0 | 18 | 33 | 7 | 1F | 4D | 45 |
| Octal | 355 | 264 | 165 | 0 | 30 | 63 | 7 | 37 | 115 | 105 |
| Binary | 11101101 | 10110100 | 1110101 | 0 | 11000 | 110011 | 111 | 11111 | 1001101 | 1000101 |
Color Harmonies of #EDB475
Complementary color
Monochromatic Colors of #EDB475
Black with #EDB475
Text Example
Text Example
White with #EDB475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB475; }
p { color: rgb(237,180,117); }
H1.HeaderClassName
{
color: #EDB475;
}
.AnyTagClassName
{
color: #EDB475;
}
</style>
background-color css
<style>
a { background-color: #EDB475; }
a { background-color: rgb(237,180,117); }
div.DivClassName
{
background-color: #EDB475;
}
.BgClassName
{
background-color: #EDB475;
}
</style>
border-color css
<style>
span { border-color: #EDB475; }
span { border-color: rgb(237,180,117); }
td.TdClassName
{
border-color: #EDB475;
}
.TagClassName
{
border-color: #EDB475;
}
</style>