Shades of Harvest Gold #EDB16D
Tints of Harvest Gold #EDB16D
RGB
CMYK
RGB Variations
Color information
#EDB16D (or 0xEDB16D) is known color: Harvest Gold. HEX triplet: ED, B1 and 6D. RGB value is (237,177,109). Sum of RGB (Red+Green+Blue) = 237+177+109=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB16D is #124E92. Grayscale: #BBBBBB. Windows color (decimal): -1199763 or 7188973. OLE color: 7188973.
HSL color Cylindrical-coordinate representation of color #EDB16D: hue angle of 31.88º 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 #EDB16D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 109 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.07 |
| HSL | 31.88º | 0.78% | 0.68% | - |
| HSV(B) | 31.88º | 0.54% | 0.93% | - |
| XYZ | 53.41 | 50.55 | 21.41 | - |
| YUV | 187.19 | 83.88 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 109 | 0 | 0.25 | 0.54 | 0.07 | 31.88 | 0.78 | 0.68 |
| Hex | ED | B1 | 6D | 0 | 19 | 36 | 7 | 20 | 4E | 44 |
| Octal | 355 | 261 | 155 | 0 | 31 | 66 | 7 | 40 | 116 | 104 |
| Binary | 11101101 | 10110001 | 1101101 | 0 | 11001 | 110110 | 111 | 100000 | 1001110 | 1000100 |
Color Harmonies of #EDB16D
Complementary color
Monochromatic Colors of #EDB16D
Black with #EDB16D
Text Example
Text Example
White with #EDB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB16D; }
p { color: rgb(237,177,109); }
H1.HeaderClassName
{
color: #EDB16D;
}
.AnyTagClassName
{
color: #EDB16D;
}
</style>
background-color css
<style>
a { background-color: #EDB16D; }
a { background-color: rgb(237,177,109); }
div.DivClassName
{
background-color: #EDB16D;
}
.BgClassName
{
background-color: #EDB16D;
}
</style>
border-color css
<style>
span { border-color: #EDB16D; }
span { border-color: rgb(237,177,109); }
td.TdClassName
{
border-color: #EDB16D;
}
.TagClassName
{
border-color: #EDB16D;
}
</style>