Shades of Harvest Gold #ECB667
Tints of Harvest Gold #ECB667
RGB
CMYK
RGB Variations
Color information
#ECB667 (or 0xECB667) is known color: Harvest Gold. HEX triplet: EC, B6 and 67. RGB value is (236,182,103). Sum of RGB (Red+Green+Blue) = 236+182+103=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB667 is #134998. Grayscale: #BDBDBD. Windows color (decimal): -1264025 or 6797036. OLE color: 6797036.
HSL color Cylindrical-coordinate representation of color #ECB667: hue angle of 35.64º 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 #ECB667 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 103 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.07 |
| HSL | 35.64º | 0.78% | 0.66% | - |
| HSV(B) | 35.64º | 0.56% | 0.93% | - |
| XYZ | 53.77 | 52.27 | 20.09 | - |
| YUV | 189.14 | 79.39 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 103 | 0 | 0.23 | 0.56 | 0.07 | 35.64 | 0.78 | 0.66 |
| Hex | EC | B6 | 67 | 0 | 17 | 38 | 7 | 24 | 4E | 42 |
| Octal | 354 | 266 | 147 | 0 | 27 | 70 | 7 | 44 | 116 | 102 |
| Binary | 11101100 | 10110110 | 1100111 | 0 | 10111 | 111000 | 111 | 100100 | 1001110 | 1000010 |
Color Harmonies of #ECB667
Complementary color
Monochromatic Colors of #ECB667
Black with #ECB667
Text Example
Text Example
White with #ECB667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB667; }
p { color: rgb(236,182,103); }
H1.HeaderClassName
{
color: #ECB667;
}
.AnyTagClassName
{
color: #ECB667;
}
</style>
background-color css
<style>
a { background-color: #ECB667; }
a { background-color: rgb(236,182,103); }
div.DivClassName
{
background-color: #ECB667;
}
.BgClassName
{
background-color: #ECB667;
}
</style>
border-color css
<style>
span { border-color: #ECB667; }
span { border-color: rgb(236,182,103); }
td.TdClassName
{
border-color: #ECB667;
}
.TagClassName
{
border-color: #ECB667;
}
</style>