Shades of Harvest Gold #EDB96B
Tints of Harvest Gold #EDB96B
RGB
CMYK
RGB Variations
Color information
#EDB96B (or 0xEDB96B) is known color: Harvest Gold. HEX triplet: ED, B9 and 6B. RGB value is (237,185,107). Sum of RGB (Red+Green+Blue) = 237+185+107=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB96B is #124694. Grayscale: #C0C0C0. Windows color (decimal): -1197717 or 7059949. OLE color: 7059949.
HSL color Cylindrical-coordinate representation of color #EDB96B: hue angle of 36º 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 #EDB96B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 107 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.07 |
| HSL | 36º | 0.78% | 0.67% | - |
| HSV(B) | 36º | 0.55% | 0.93% | - |
| XYZ | 54.93 | 53.76 | 21.39 | - |
| YUV | 191.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 107 | 0 | 0.22 | 0.55 | 0.07 | 36 | 0.78 | 0.67 |
| Hex | ED | B9 | 6B | 0 | 16 | 37 | 7 | 24 | 4E | 43 |
| Octal | 355 | 271 | 153 | 0 | 26 | 67 | 7 | 44 | 116 | 103 |
| Binary | 11101101 | 10111001 | 1101011 | 0 | 10110 | 110111 | 111 | 100100 | 1001110 | 1000011 |
Color Harmonies of #EDB96B
Complementary color
Monochromatic Colors of #EDB96B
Black with #EDB96B
Text Example
Text Example
White with #EDB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB96B; }
p { color: rgb(237,185,107); }
H1.HeaderClassName
{
color: #EDB96B;
}
.AnyTagClassName
{
color: #EDB96B;
}
</style>
background-color css
<style>
a { background-color: #EDB96B; }
a { background-color: rgb(237,185,107); }
div.DivClassName
{
background-color: #EDB96B;
}
.BgClassName
{
background-color: #EDB96B;
}
</style>
border-color css
<style>
span { border-color: #EDB96B; }
span { border-color: rgb(237,185,107); }
td.TdClassName
{
border-color: #EDB96B;
}
.TagClassName
{
border-color: #EDB96B;
}
</style>