Shades of Harvest Gold #EDB56F
Tints of Harvest Gold #EDB56F
RGB
CMYK
RGB Variations
Color information
#EDB56F (or 0xEDB56F) is known color: Harvest Gold. HEX triplet: ED, B5 and 6F. RGB value is (237,181,111). Sum of RGB (Red+Green+Blue) = 237+181+111=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB56F is #124A90. Grayscale: #BEBEBE. Windows color (decimal): -1198737 or 7321069. OLE color: 7321069.
HSL color Cylindrical-coordinate representation of color #EDB56F: hue angle of 33.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDB56F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 111 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.07 |
| HSL | 33.33º | 0.78% | 0.68% | - |
| HSV(B) | 33.33º | 0.53% | 0.93% | - |
| XYZ | 54.32 | 52.2 | 22.25 | - |
| YUV | 189.76 | 83.55 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 111 | 0 | 0.24 | 0.53 | 0.07 | 33.33 | 0.78 | 0.68 |
| Hex | ED | B5 | 6F | 0 | 18 | 35 | 7 | 21 | 4E | 44 |
| Octal | 355 | 265 | 157 | 0 | 30 | 65 | 7 | 41 | 116 | 104 |
| Binary | 11101101 | 10110101 | 1101111 | 0 | 11000 | 110101 | 111 | 100001 | 1001110 | 1000100 |
Color Harmonies of #EDB56F
Complementary color
Monochromatic Colors of #EDB56F
Black with #EDB56F
Text Example
Text Example
White with #EDB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB56F; }
p { color: rgb(237,181,111); }
H1.HeaderClassName
{
color: #EDB56F;
}
.AnyTagClassName
{
color: #EDB56F;
}
</style>
background-color css
<style>
a { background-color: #EDB56F; }
a { background-color: rgb(237,181,111); }
div.DivClassName
{
background-color: #EDB56F;
}
.BgClassName
{
background-color: #EDB56F;
}
</style>
border-color css
<style>
span { border-color: #EDB56F; }
span { border-color: rgb(237,181,111); }
td.TdClassName
{
border-color: #EDB56F;
}
.TagClassName
{
border-color: #EDB56F;
}
</style>