Shades of Harvest Gold #ECB469
Tints of Harvest Gold #ECB469
RGB
CMYK
RGB Variations
Color information
#ECB469 (or 0xECB469) is known color: Harvest Gold. HEX triplet: EC, B4 and 69. RGB value is (236,180,105). Sum of RGB (Red+Green+Blue) = 236+180+105=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB469 is #134B96. Grayscale: #BCBCBC. Windows color (decimal): -1264535 or 6927596. OLE color: 6927596.
HSL color Cylindrical-coordinate representation of color #ECB469: hue angle of 34.35º 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 #ECB469 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 105 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.07 |
| HSL | 34.35º | 0.78% | 0.67% | - |
| HSV(B) | 34.35º | 0.56% | 0.93% | - |
| XYZ | 53.46 | 51.5 | 20.49 | - |
| YUV | 188.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 105 | 0 | 0.24 | 0.56 | 0.07 | 34.35 | 0.78 | 0.67 |
| Hex | EC | B4 | 69 | 0 | 18 | 38 | 7 | 22 | 4E | 43 |
| Octal | 354 | 264 | 151 | 0 | 30 | 70 | 7 | 42 | 116 | 103 |
| Binary | 11101100 | 10110100 | 1101001 | 0 | 11000 | 111000 | 111 | 100010 | 1001110 | 1000011 |
Color Harmonies of #ECB469
Complementary color
Monochromatic Colors of #ECB469
Black with #ECB469
Text Example
Text Example
White with #ECB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB469; }
p { color: rgb(236,180,105); }
H1.HeaderClassName
{
color: #ECB469;
}
.AnyTagClassName
{
color: #ECB469;
}
</style>
background-color css
<style>
a { background-color: #ECB469; }
a { background-color: rgb(236,180,105); }
div.DivClassName
{
background-color: #ECB469;
}
.BgClassName
{
background-color: #ECB469;
}
</style>
border-color css
<style>
span { border-color: #ECB469; }
span { border-color: rgb(236,180,105); }
td.TdClassName
{
border-color: #ECB469;
}
.TagClassName
{
border-color: #ECB469;
}
</style>