Shades of Harvest Gold #EDB46D
Tints of Harvest Gold #EDB46D
RGB
CMYK
RGB Variations
Color information
#EDB46D (or 0xEDB46D) is known color: Harvest Gold. HEX triplet: ED, B4 and 6D. RGB value is (237,180,109). Sum of RGB (Red+Green+Blue) = 237+180+109=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB46D is #124B92. Grayscale: #BDBDBD. Windows color (decimal): -1198995 or 7189741. OLE color: 7189741.
HSL color Cylindrical-coordinate representation of color #EDB46D: hue angle of 33.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDB46D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 109 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.07 |
| HSL | 33.28º | 0.78% | 0.68% | - |
| HSV(B) | 33.28º | 0.54% | 0.93% | - |
| XYZ | 54.01 | 51.75 | 21.61 | - |
| YUV | 188.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 109 | 0 | 0.24 | 0.54 | 0.07 | 33.28 | 0.78 | 0.68 |
| Hex | ED | B4 | 6D | 0 | 18 | 36 | 7 | 21 | 4E | 44 |
| Octal | 355 | 264 | 155 | 0 | 30 | 66 | 7 | 41 | 116 | 104 |
| Binary | 11101101 | 10110100 | 1101101 | 0 | 11000 | 110110 | 111 | 100001 | 1001110 | 1000100 |
Color Harmonies of #EDB46D
Complementary color
Monochromatic Colors of #EDB46D
Black with #EDB46D
Text Example
Text Example
White with #EDB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB46D; }
p { color: rgb(237,180,109); }
H1.HeaderClassName
{
color: #EDB46D;
}
.AnyTagClassName
{
color: #EDB46D;
}
</style>
background-color css
<style>
a { background-color: #EDB46D; }
a { background-color: rgb(237,180,109); }
div.DivClassName
{
background-color: #EDB46D;
}
.BgClassName
{
background-color: #EDB46D;
}
</style>
border-color css
<style>
span { border-color: #EDB46D; }
span { border-color: rgb(237,180,109); }
td.TdClassName
{
border-color: #EDB46D;
}
.TagClassName
{
border-color: #EDB46D;
}
</style>