Shades of Harvest Gold #ECB869
Tints of Harvest Gold #ECB869
RGB
CMYK
RGB Variations
Color information
#ECB869 (or 0xECB869) is known color: Harvest Gold. HEX triplet: EC, B8 and 69. RGB value is (236,184,105). Sum of RGB (Red+Green+Blue) = 236+184+105=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB869 is #134796. Grayscale: #BEBEBE. Windows color (decimal): -1263511 or 6928620. OLE color: 6928620.
HSL color Cylindrical-coordinate representation of color #ECB869: hue angle of 36.18º degrees, saturation: 0.78, 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 #ECB869 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 105 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.18º | 0.78% | 0.67% | - |
| HSV(B) | 36.18º | 0.56% | 0.93% | - |
| XYZ | 54.28 | 53.13 | 20.76 | - |
| YUV | 190.54 | 79.73 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 105 | 0 | 0.22 | 0.56 | 0.07 | 36.18 | 0.78 | 0.67 |
| Hex | EC | B8 | 69 | 0 | 16 | 38 | 7 | 24 | 4E | 43 |
| Octal | 354 | 270 | 151 | 0 | 26 | 70 | 7 | 44 | 116 | 103 |
| Binary | 11101100 | 10111000 | 1101001 | 0 | 10110 | 111000 | 111 | 100100 | 1001110 | 1000011 |
Color Harmonies of #ECB869
Complementary color
Monochromatic Colors of #ECB869
Black with #ECB869
Text Example
Text Example
White with #ECB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB869; }
p { color: rgb(236,184,105); }
H1.HeaderClassName
{
color: #ECB869;
}
.AnyTagClassName
{
color: #ECB869;
}
</style>
background-color css
<style>
a { background-color: #ECB869; }
a { background-color: rgb(236,184,105); }
div.DivClassName
{
background-color: #ECB869;
}
.BgClassName
{
background-color: #ECB869;
}
</style>
border-color css
<style>
span { border-color: #ECB869; }
span { border-color: rgb(236,184,105); }
td.TdClassName
{
border-color: #ECB869;
}
.TagClassName
{
border-color: #ECB869;
}
</style>