Shades of Harvest Gold #EDB66D
Tints of Harvest Gold #EDB66D
RGB
CMYK
RGB Variations
Color information
#EDB66D (or 0xEDB66D) is known color: Harvest Gold. HEX triplet: ED, B6 and 6D. RGB value is (237,182,109). Sum of RGB (Red+Green+Blue) = 237+182+109=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB66D is #124992. Grayscale: #BEBEBE. Windows color (decimal): -1198483 or 7190253. OLE color: 7190253.
HSL color Cylindrical-coordinate representation of color #EDB66D: hue angle of 34.22º 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 #EDB66D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 109 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.07 |
| HSL | 34.22º | 0.78% | 0.68% | - |
| HSV(B) | 34.22º | 0.54% | 0.93% | - |
| XYZ | 54.41 | 52.56 | 21.75 | - |
| YUV | 190.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 109 | 0 | 0.23 | 0.54 | 0.07 | 34.22 | 0.78 | 0.68 |
| Hex | ED | B6 | 6D | 0 | 17 | 36 | 7 | 22 | 4E | 44 |
| Octal | 355 | 266 | 155 | 0 | 27 | 66 | 7 | 42 | 116 | 104 |
| Binary | 11101101 | 10110110 | 1101101 | 0 | 10111 | 110110 | 111 | 100010 | 1001110 | 1000100 |
Color Harmonies of #EDB66D
Complementary color
Monochromatic Colors of #EDB66D
Black with #EDB66D
Text Example
Text Example
White with #EDB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB66D; }
p { color: rgb(237,182,109); }
H1.HeaderClassName
{
color: #EDB66D;
}
.AnyTagClassName
{
color: #EDB66D;
}
</style>
background-color css
<style>
a { background-color: #EDB66D; }
a { background-color: rgb(237,182,109); }
div.DivClassName
{
background-color: #EDB66D;
}
.BgClassName
{
background-color: #EDB66D;
}
</style>
border-color css
<style>
span { border-color: #EDB66D; }
span { border-color: rgb(237,182,109); }
td.TdClassName
{
border-color: #EDB66D;
}
.TagClassName
{
border-color: #EDB66D;
}
</style>