Shades of Golden Sand #ECD768
Tints of Golden Sand #ECD768
RGB
CMYK
RGB Variations
Color information
#ECD768 (or 0xECD768) is known color: Golden Sand. HEX triplet: EC, D7 and 68. RGB value is (236,215,104). Sum of RGB (Red+Green+Blue) = 236+215+104=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD768 is #132897. Grayscale: #D1D1D1. Windows color (decimal): -1255576 or 6871020. OLE color: 6871020.
HSL color Cylindrical-coordinate representation of color #ECD768: hue angle of 50.45º 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 #ECD768 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 104 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.07 |
| HSL | 50.45º | 0.78% | 0.67% | - |
| HSV(B) | 50.45º | 0.56% | 0.93% | - |
| XYZ | 61.39 | 67.43 | 22.88 | - |
| YUV | 208.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 104 | 0 | 0.09 | 0.56 | 0.07 | 50.45 | 0.78 | 0.67 |
| Hex | EC | D7 | 68 | 0 | 9 | 38 | 7 | 32 | 4E | 43 |
| Octal | 354 | 327 | 150 | 0 | 11 | 70 | 7 | 62 | 116 | 103 |
| Binary | 11101100 | 11010111 | 1101000 | 0 | 1001 | 111000 | 111 | 110010 | 1001110 | 1000011 |
Color Harmonies of #ECD768
Complementary color
Monochromatic Colors of #ECD768
Black with #ECD768
Text Example
Text Example
White with #ECD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD768; }
p { color: rgb(236,215,104); }
H1.HeaderClassName
{
color: #ECD768;
}
.AnyTagClassName
{
color: #ECD768;
}
</style>
background-color css
<style>
a { background-color: #ECD768; }
a { background-color: rgb(236,215,104); }
div.DivClassName
{
background-color: #ECD768;
}
.BgClassName
{
background-color: #ECD768;
}
</style>
border-color css
<style>
span { border-color: #ECD768; }
span { border-color: rgb(236,215,104); }
td.TdClassName
{
border-color: #ECD768;
}
.TagClassName
{
border-color: #ECD768;
}
</style>