Shades of Golden Sand #ECCC68
Tints of Golden Sand #ECCC68
RGB
CMYK
RGB Variations
Color information
#ECCC68 (or 0xECCC68) is known color: Golden Sand. HEX triplet: EC, CC and 68. RGB value is (236,204,104). Sum of RGB (Red+Green+Blue) = 236+204+104=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC68 is #133397. Grayscale: #CACACA. Windows color (decimal): -1258392 or 6868204. OLE color: 6868204.
HSL color Cylindrical-coordinate representation of color #ECCC68: hue angle of 45.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 #ECCC68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 104 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45.45º | 0.78% | 0.67% | - |
| HSV(B) | 45.45º | 0.56% | 0.93% | - |
| XYZ | 58.68 | 62.02 | 21.97 | - |
| YUV | 202.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 104 | 0 | 0.14 | 0.56 | 0.07 | 45.45 | 0.78 | 0.67 |
| Hex | EC | CC | 68 | 0 | E | 38 | 7 | 2D | 4E | 43 |
| Octal | 354 | 314 | 150 | 0 | 16 | 70 | 7 | 55 | 116 | 103 |
| Binary | 11101100 | 11001100 | 1101000 | 0 | 1110 | 111000 | 111 | 101101 | 1001110 | 1000011 |
Color Harmonies of #ECCC68
Complementary color
Monochromatic Colors of #ECCC68
Black with #ECCC68
Text Example
Text Example
White with #ECCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC68; }
p { color: rgb(236,204,104); }
H1.HeaderClassName
{
color: #ECCC68;
}
.AnyTagClassName
{
color: #ECCC68;
}
</style>
background-color css
<style>
a { background-color: #ECCC68; }
a { background-color: rgb(236,204,104); }
div.DivClassName
{
background-color: #ECCC68;
}
.BgClassName
{
background-color: #ECCC68;
}
</style>
border-color css
<style>
span { border-color: #ECCC68; }
span { border-color: rgb(236,204,104); }
td.TdClassName
{
border-color: #ECCC68;
}
.TagClassName
{
border-color: #ECCC68;
}
</style>