Shades of Harvest Gold #EDB66A
Tints of Harvest Gold #EDB66A
RGB
CMYK
RGB Variations
Color information
#EDB66A (or 0xEDB66A) is known color: Harvest Gold. HEX triplet: ED, B6 and 6A. RGB value is (237,182,106). Sum of RGB (Red+Green+Blue) = 237+182+106=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB66A is #124995. Grayscale: #BEBEBE. Windows color (decimal): -1198486 or 6993645. OLE color: 6993645.
HSL color Cylindrical-coordinate representation of color #EDB66A: hue angle of 34.81º 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 #EDB66A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 106 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.07 |
| HSL | 34.81º | 0.78% | 0.67% | - |
| HSV(B) | 34.81º | 0.55% | 0.93% | - |
| XYZ | 54.25 | 52.5 | 20.91 | - |
| YUV | 189.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 106 | 0 | 0.23 | 0.55 | 0.07 | 34.81 | 0.78 | 0.67 |
| Hex | ED | B6 | 6A | 0 | 17 | 37 | 7 | 23 | 4E | 43 |
| Octal | 355 | 266 | 152 | 0 | 27 | 67 | 7 | 43 | 116 | 103 |
| Binary | 11101101 | 10110110 | 1101010 | 0 | 10111 | 110111 | 111 | 100011 | 1001110 | 1000011 |
Color Harmonies of #EDB66A
Complementary color
Monochromatic Colors of #EDB66A
Black with #EDB66A
Text Example
Text Example
White with #EDB66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB66A; }
p { color: rgb(237,182,106); }
H1.HeaderClassName
{
color: #EDB66A;
}
.AnyTagClassName
{
color: #EDB66A;
}
</style>
background-color css
<style>
a { background-color: #EDB66A; }
a { background-color: rgb(237,182,106); }
div.DivClassName
{
background-color: #EDB66A;
}
.BgClassName
{
background-color: #EDB66A;
}
</style>
border-color css
<style>
span { border-color: #EDB66A; }
span { border-color: rgb(237,182,106); }
td.TdClassName
{
border-color: #EDB66A;
}
.TagClassName
{
border-color: #EDB66A;
}
</style>