Shades of Golden Sand #ECC765
Tints of Golden Sand #ECC765
RGB
CMYK
RGB Variations
Color information
#ECC765 (or 0xECC765) is known color: Golden Sand. HEX triplet: EC, C7 and 65. RGB value is (236,199,101). Sum of RGB (Red+Green+Blue) = 236+199+101=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC765 is #13389A. Grayscale: #C7C7C7. Windows color (decimal): -1259675 or 6670316. OLE color: 6670316.
HSL color Cylindrical-coordinate representation of color #ECC765: hue angle of 43.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC765 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 101 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 43.56º | 0.78% | 0.66% | - |
| HSV(B) | 43.56º | 0.57% | 0.93% | - |
| XYZ | 57.36 | 59.62 | 20.8 | - |
| YUV | 198.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 101 | 0 | 0.16 | 0.57 | 0.07 | 43.56 | 0.78 | 0.66 |
| Hex | EC | C7 | 65 | 0 | 10 | 39 | 7 | 2C | 4E | 42 |
| Octal | 354 | 307 | 145 | 0 | 20 | 71 | 7 | 54 | 116 | 102 |
| Binary | 11101100 | 11000111 | 1100101 | 0 | 10000 | 111001 | 111 | 101100 | 1001110 | 1000010 |
Color Harmonies of #ECC765
Complementary color
Monochromatic Colors of #ECC765
Black with #ECC765
Text Example
Text Example
White with #ECC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC765; }
p { color: rgb(236,199,101); }
H1.HeaderClassName
{
color: #ECC765;
}
.AnyTagClassName
{
color: #ECC765;
}
</style>
background-color css
<style>
a { background-color: #ECC765; }
a { background-color: rgb(236,199,101); }
div.DivClassName
{
background-color: #ECC765;
}
.BgClassName
{
background-color: #ECC765;
}
</style>
border-color css
<style>
span { border-color: #ECC765; }
span { border-color: rgb(236,199,101); }
td.TdClassName
{
border-color: #ECC765;
}
.TagClassName
{
border-color: #ECC765;
}
</style>