Shades of Harvest Gold #ECB367
Tints of Harvest Gold #ECB367
RGB
CMYK
RGB Variations
Color information
#ECB367 (or 0xECB367) is known color: Harvest Gold. HEX triplet: EC, B3 and 67. RGB value is (236,179,103). Sum of RGB (Red+Green+Blue) = 236+179+103=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB367 is #134C98. Grayscale: #BBBBBB. Windows color (decimal): -1264793 or 6796268. OLE color: 6796268.
HSL color Cylindrical-coordinate representation of color #ECB367: hue angle of 34.29º 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 #ECB367 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 103 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.07 |
| HSL | 34.29º | 0.78% | 0.66% | - |
| HSV(B) | 34.29º | 0.56% | 0.93% | - |
| XYZ | 53.16 | 51.05 | 19.88 | - |
| YUV | 187.38 | 80.38 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 103 | 0 | 0.24 | 0.56 | 0.07 | 34.29 | 0.78 | 0.66 |
| Hex | EC | B3 | 67 | 0 | 18 | 38 | 7 | 22 | 4E | 42 |
| Octal | 354 | 263 | 147 | 0 | 30 | 70 | 7 | 42 | 116 | 102 |
| Binary | 11101100 | 10110011 | 1100111 | 0 | 11000 | 111000 | 111 | 100010 | 1001110 | 1000010 |
Color Harmonies of #ECB367
Complementary color
Monochromatic Colors of #ECB367
Black with #ECB367
Text Example
Text Example
White with #ECB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB367; }
p { color: rgb(236,179,103); }
H1.HeaderClassName
{
color: #ECB367;
}
.AnyTagClassName
{
color: #ECB367;
}
</style>
background-color css
<style>
a { background-color: #ECB367; }
a { background-color: rgb(236,179,103); }
div.DivClassName
{
background-color: #ECB367;
}
.BgClassName
{
background-color: #ECB367;
}
</style>
border-color css
<style>
span { border-color: #ECB367; }
span { border-color: rgb(236,179,103); }
td.TdClassName
{
border-color: #ECB367;
}
.TagClassName
{
border-color: #ECB367;
}
</style>