Shades of Harvest Gold #EDB56B
Tints of Harvest Gold #EDB56B
RGB
CMYK
RGB Variations
Color information
#EDB56B (or 0xEDB56B) is known color: Harvest Gold. HEX triplet: ED, B5 and 6B. RGB value is (237,181,107). Sum of RGB (Red+Green+Blue) = 237+181+107=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB56B is #124A94. Grayscale: #BDBDBD. Windows color (decimal): -1198741 or 7058925. OLE color: 7058925.
HSL color Cylindrical-coordinate representation of color #EDB56B: hue angle of 34.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDB56B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 107 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.07 |
| HSL | 34.15º | 0.78% | 0.67% | - |
| HSV(B) | 34.15º | 0.55% | 0.93% | - |
| XYZ | 54.1 | 52.11 | 21.12 | - |
| YUV | 189.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 107 | 0 | 0.24 | 0.55 | 0.07 | 34.15 | 0.78 | 0.67 |
| Hex | ED | B5 | 6B | 0 | 18 | 37 | 7 | 22 | 4E | 43 |
| Octal | 355 | 265 | 153 | 0 | 30 | 67 | 7 | 42 | 116 | 103 |
| Binary | 11101101 | 10110101 | 1101011 | 0 | 11000 | 110111 | 111 | 100010 | 1001110 | 1000011 |
Color Harmonies of #EDB56B
Complementary color
Monochromatic Colors of #EDB56B
Black with #EDB56B
Text Example
Text Example
White with #EDB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB56B; }
p { color: rgb(237,181,107); }
H1.HeaderClassName
{
color: #EDB56B;
}
.AnyTagClassName
{
color: #EDB56B;
}
</style>
background-color css
<style>
a { background-color: #EDB56B; }
a { background-color: rgb(237,181,107); }
div.DivClassName
{
background-color: #EDB56B;
}
.BgClassName
{
background-color: #EDB56B;
}
</style>
border-color css
<style>
span { border-color: #EDB56B; }
span { border-color: rgb(237,181,107); }
td.TdClassName
{
border-color: #EDB56B;
}
.TagClassName
{
border-color: #EDB56B;
}
</style>