Shades of Harvest Gold #ECAF6B
Tints of Harvest Gold #ECAF6B
RGB
CMYK
RGB Variations
Color information
#ECAF6B (or 0xECAF6B) is known color: Harvest Gold. HEX triplet: EC, AF and 6B. RGB value is (236,175,107). Sum of RGB (Red+Green+Blue) = 236+175+107=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAF6B is #135094. Grayscale: #B9B9B9. Windows color (decimal): -1265813 or 7057388. OLE color: 7057388.
HSL color Cylindrical-coordinate representation of color #ECAF6B: hue angle of 31.63º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECAF6B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 175 | 107 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.07 |
| HSL | 31.63º | 0.77% | 0.67% | - |
| HSV(B) | 31.63º | 0.55% | 0.93% | - |
| XYZ | 52.58 | 49.55 | 20.7 | - |
| YUV | 185.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 175 | 107 | 0 | 0.26 | 0.55 | 0.07 | 31.63 | 0.77 | 0.67 |
| Hex | EC | AF | 6B | 0 | 1A | 37 | 7 | 20 | 4D | 43 |
| Octal | 354 | 257 | 153 | 0 | 32 | 67 | 7 | 40 | 115 | 103 |
| Binary | 11101100 | 10101111 | 1101011 | 0 | 11010 | 110111 | 111 | 100000 | 1001101 | 1000011 |
Color Harmonies of #ECAF6B
Complementary color
Monochromatic Colors of #ECAF6B
Black with #ECAF6B
Text Example
Text Example
White with #ECAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAF6B; }
p { color: rgb(236,175,107); }
H1.HeaderClassName
{
color: #ECAF6B;
}
.AnyTagClassName
{
color: #ECAF6B;
}
</style>
background-color css
<style>
a { background-color: #ECAF6B; }
a { background-color: rgb(236,175,107); }
div.DivClassName
{
background-color: #ECAF6B;
}
.BgClassName
{
background-color: #ECAF6B;
}
</style>
border-color css
<style>
span { border-color: #ECAF6B; }
span { border-color: rgb(236,175,107); }
td.TdClassName
{
border-color: #ECAF6B;
}
.TagClassName
{
border-color: #ECAF6B;
}
</style>