Shades of Harvest Gold #EDB969
Tints of Harvest Gold #EDB969
RGB
CMYK
RGB Variations
Color information
#EDB969 (or 0xEDB969) is known color: Harvest Gold. HEX triplet: ED, B9 and 69. RGB value is (237,185,105). Sum of RGB (Red+Green+Blue) = 237+185+105=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB969 is #124696. Grayscale: #BFBFBF. Windows color (decimal): -1197719 or 6928877. OLE color: 6928877.
HSL color Cylindrical-coordinate representation of color #EDB969: hue angle of 36.36º 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 #EDB969 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 105 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.36º | 0.79% | 0.67% | - |
| HSV(B) | 36.36º | 0.56% | 0.93% | - |
| XYZ | 54.82 | 53.72 | 20.84 | - |
| YUV | 191.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 105 | 0 | 0.22 | 0.56 | 0.07 | 36.36 | 0.79 | 0.67 |
| Hex | ED | B9 | 69 | 0 | 16 | 38 | 7 | 24 | 4F | 43 |
| Octal | 355 | 271 | 151 | 0 | 26 | 70 | 7 | 44 | 117 | 103 |
| Binary | 11101101 | 10111001 | 1101001 | 0 | 10110 | 111000 | 111 | 100100 | 1001111 | 1000011 |
Color Harmonies of #EDB969
Complementary color
Monochromatic Colors of #EDB969
Black with #EDB969
Text Example
Text Example
White with #EDB969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB969; }
p { color: rgb(237,185,105); }
H1.HeaderClassName
{
color: #EDB969;
}
.AnyTagClassName
{
color: #EDB969;
}
</style>
background-color css
<style>
a { background-color: #EDB969; }
a { background-color: rgb(237,185,105); }
div.DivClassName
{
background-color: #EDB969;
}
.BgClassName
{
background-color: #EDB969;
}
</style>
border-color css
<style>
span { border-color: #EDB969; }
span { border-color: rgb(237,185,105); }
td.TdClassName
{
border-color: #EDB969;
}
.TagClassName
{
border-color: #EDB969;
}
</style>