Shades of Harvest Gold #EDB06B
Tints of Harvest Gold #EDB06B
RGB
CMYK
RGB Variations
Color information
#EDB06B (or 0xEDB06B) is known color: Harvest Gold. HEX triplet: ED, B0 and 6B. RGB value is (237,176,107). Sum of RGB (Red+Green+Blue) = 237+176+107=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB06B is #124F94. Grayscale: #BABABA. Windows color (decimal): -1200021 or 7057645. OLE color: 7057645.
HSL color Cylindrical-coordinate representation of color #EDB06B: hue angle of 31.85º 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 #EDB06B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 107 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.07 |
| HSL | 31.85º | 0.78% | 0.67% | - |
| HSV(B) | 31.85º | 0.55% | 0.93% | - |
| XYZ | 53.1 | 50.12 | 20.78 | - |
| YUV | 186.37 | 83.21 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 107 | 0 | 0.26 | 0.55 | 0.07 | 31.85 | 0.78 | 0.67 |
| Hex | ED | B0 | 6B | 0 | 1A | 37 | 7 | 20 | 4E | 43 |
| Octal | 355 | 260 | 153 | 0 | 32 | 67 | 7 | 40 | 116 | 103 |
| Binary | 11101101 | 10110000 | 1101011 | 0 | 11010 | 110111 | 111 | 100000 | 1001110 | 1000011 |
Color Harmonies of #EDB06B
Complementary color
Monochromatic Colors of #EDB06B
Black with #EDB06B
Text Example
Text Example
White with #EDB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB06B; }
p { color: rgb(237,176,107); }
H1.HeaderClassName
{
color: #EDB06B;
}
.AnyTagClassName
{
color: #EDB06B;
}
</style>
background-color css
<style>
a { background-color: #EDB06B; }
a { background-color: rgb(237,176,107); }
div.DivClassName
{
background-color: #EDB06B;
}
.BgClassName
{
background-color: #EDB06B;
}
</style>
border-color css
<style>
span { border-color: #EDB06B; }
span { border-color: rgb(237,176,107); }
td.TdClassName
{
border-color: #EDB06B;
}
.TagClassName
{
border-color: #EDB06B;
}
</style>