Shades of Harvest Gold #EDB56E
Tints of Harvest Gold #EDB56E
RGB
CMYK
RGB Variations
Color information
#EDB56E (or 0xEDB56E) is known color: Harvest Gold. HEX triplet: ED, B5 and 6E. RGB value is (237,181,110). Sum of RGB (Red+Green+Blue) = 237+181+110=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB56E is #124A91. Grayscale: #BDBDBD. Windows color (decimal): -1198738 or 7255533. OLE color: 7255533.
HSL color Cylindrical-coordinate representation of color #EDB56E: hue angle of 33.54º 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 #EDB56E is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 110 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.07 |
| HSL | 33.54º | 0.78% | 0.68% | - |
| HSV(B) | 33.54º | 0.54% | 0.93% | - |
| XYZ | 54.26 | 52.18 | 21.96 | - |
| YUV | 189.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 110 | 0 | 0.24 | 0.54 | 0.07 | 33.54 | 0.78 | 0.68 |
| Hex | ED | B5 | 6E | 0 | 18 | 36 | 7 | 22 | 4E | 44 |
| Octal | 355 | 265 | 156 | 0 | 30 | 66 | 7 | 42 | 116 | 104 |
| Binary | 11101101 | 10110101 | 1101110 | 0 | 11000 | 110110 | 111 | 100010 | 1001110 | 1000100 |
Color Harmonies of #EDB56E
Complementary color
Monochromatic Colors of #EDB56E
Black with #EDB56E
Text Example
Text Example
White with #EDB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB56E; }
p { color: rgb(237,181,110); }
H1.HeaderClassName
{
color: #EDB56E;
}
.AnyTagClassName
{
color: #EDB56E;
}
</style>
background-color css
<style>
a { background-color: #EDB56E; }
a { background-color: rgb(237,181,110); }
div.DivClassName
{
background-color: #EDB56E;
}
.BgClassName
{
background-color: #EDB56E;
}
</style>
border-color css
<style>
span { border-color: #EDB56E; }
span { border-color: rgb(237,181,110); }
td.TdClassName
{
border-color: #EDB56E;
}
.TagClassName
{
border-color: #EDB56E;
}
</style>