Shades of Golden Sand #ECD765
Tints of Golden Sand #ECD765
RGB
CMYK
RGB Variations
Color information
#ECD765 (or 0xECD765) is known color: Golden Sand. HEX triplet: EC, D7 and 65. RGB value is (236,215,101). Sum of RGB (Red+Green+Blue) = 236+215+101=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD765 is #13289A. Grayscale: #D0D0D0. Windows color (decimal): -1255579 or 6674412. OLE color: 6674412.
HSL color Cylindrical-coordinate representation of color #ECD765: hue angle of 50.67º 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 #ECD765 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 101 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.07 |
| HSL | 50.67º | 0.78% | 0.66% | - |
| HSV(B) | 50.67º | 0.57% | 0.93% | - |
| XYZ | 61.24 | 67.37 | 22.09 | - |
| YUV | 208.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 101 | 0 | 0.09 | 0.57 | 0.07 | 50.67 | 0.78 | 0.66 |
| Hex | EC | D7 | 65 | 0 | 9 | 39 | 7 | 33 | 4E | 42 |
| Octal | 354 | 327 | 145 | 0 | 11 | 71 | 7 | 63 | 116 | 102 |
| Binary | 11101100 | 11010111 | 1100101 | 0 | 1001 | 111001 | 111 | 110011 | 1001110 | 1000010 |
Color Harmonies of #ECD765
Complementary color
Monochromatic Colors of #ECD765
Black with #ECD765
Text Example
Text Example
White with #ECD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD765; }
p { color: rgb(236,215,101); }
H1.HeaderClassName
{
color: #ECD765;
}
.AnyTagClassName
{
color: #ECD765;
}
</style>
background-color css
<style>
a { background-color: #ECD765; }
a { background-color: rgb(236,215,101); }
div.DivClassName
{
background-color: #ECD765;
}
.BgClassName
{
background-color: #ECD765;
}
</style>
border-color css
<style>
span { border-color: #ECD765; }
span { border-color: rgb(236,215,101); }
td.TdClassName
{
border-color: #ECD765;
}
.TagClassName
{
border-color: #ECD765;
}
</style>