Shades of Harvest Gold #ECB767
Tints of Harvest Gold #ECB767
RGB
CMYK
RGB Variations
Color information
#ECB767 (or 0xECB767) is known color: Harvest Gold. HEX triplet: EC, B7 and 67. RGB value is (236,183,103). Sum of RGB (Red+Green+Blue) = 236+183+103=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB767 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB767 is #134898. Grayscale: #BEBEBE. Windows color (decimal): -1263769 or 6797292. OLE color: 6797292.
HSL color Cylindrical-coordinate representation of color #ECB767: hue angle of 36.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECB767 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 103 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.07 |
| HSL | 36.09º | 0.78% | 0.66% | - |
| HSV(B) | 36.09º | 0.56% | 0.93% | - |
| XYZ | 53.97 | 52.68 | 20.16 | - |
| YUV | 189.73 | 79.06 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 103 | 0 | 0.22 | 0.56 | 0.07 | 36.09 | 0.78 | 0.66 |
| Hex | EC | B7 | 67 | 0 | 16 | 38 | 7 | 24 | 4E | 42 |
| Octal | 354 | 267 | 147 | 0 | 26 | 70 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110111 | 1100111 | 0 | 10110 | 111000 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB767
Complementary color
Monochromatic Colors of #ECB767
Black with #ECB767
Text Example
Text Example
White with #ECB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB767; }
p { color: rgb(236,183,103); }
H1.HeaderClassName
{
color: #ECB767;
}
.AnyTagClassName
{
color: #ECB767;
}
</style>
background-color css
<style>
a { background-color: #ECB767; }
a { background-color: rgb(236,183,103); }
div.DivClassName
{
background-color: #ECB767;
}
.BgClassName
{
background-color: #ECB767;
}
</style>
border-color css
<style>
span { border-color: #ECB767; }
span { border-color: rgb(236,183,103); }
td.TdClassName
{
border-color: #ECB767;
}
.TagClassName
{
border-color: #ECB767;
}
</style>