Shades of Harvest Gold #EDB668
Tints of Harvest Gold #EDB668
RGB
CMYK
RGB Variations
Color information
#EDB668 (or 0xEDB668) is known color: Harvest Gold. HEX triplet: ED, B6 and 68. RGB value is (237,182,104). Sum of RGB (Red+Green+Blue) = 237+182+104=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB668 is #124997. Grayscale: #BDBDBD. Windows color (decimal): -1198488 or 6862573. OLE color: 6862573.
HSL color Cylindrical-coordinate representation of color #EDB668: hue angle of 35.19º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDB668 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 104 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.07 |
| HSL | 35.19º | 0.79% | 0.67% | - |
| HSV(B) | 35.19º | 0.56% | 0.93% | - |
| XYZ | 54.15 | 52.46 | 20.37 | - |
| YUV | 189.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 104 | 0 | 0.23 | 0.56 | 0.07 | 35.19 | 0.79 | 0.67 |
| Hex | ED | B6 | 68 | 0 | 17 | 38 | 7 | 23 | 4F | 43 |
| Octal | 355 | 266 | 150 | 0 | 27 | 70 | 7 | 43 | 117 | 103 |
| Binary | 11101101 | 10110110 | 1101000 | 0 | 10111 | 111000 | 111 | 100011 | 1001111 | 1000011 |
Color Harmonies of #EDB668
Complementary color
Monochromatic Colors of #EDB668
Black with #EDB668
Text Example
Text Example
White with #EDB668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB668; }
p { color: rgb(237,182,104); }
H1.HeaderClassName
{
color: #EDB668;
}
.AnyTagClassName
{
color: #EDB668;
}
</style>
background-color css
<style>
a { background-color: #EDB668; }
a { background-color: rgb(237,182,104); }
div.DivClassName
{
background-color: #EDB668;
}
.BgClassName
{
background-color: #EDB668;
}
</style>
border-color css
<style>
span { border-color: #EDB668; }
span { border-color: rgb(237,182,104); }
td.TdClassName
{
border-color: #EDB668;
}
.TagClassName
{
border-color: #EDB668;
}
</style>