Shades of Golden Sand #ECCC6E
Tints of Golden Sand #ECCC6E
RGB
CMYK
RGB Variations
Color information
#ECCC6E (or 0xECCC6E) is known color: Golden Sand. HEX triplet: EC, CC and 6E. RGB value is (236,204,110). Sum of RGB (Red+Green+Blue) = 236+204+110=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC6E is #133391. Grayscale: #CBCBCB. Windows color (decimal): -1258386 or 7261420. OLE color: 7261420.
HSL color Cylindrical-coordinate representation of color #ECCC6E: hue angle of 44.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECCC6E is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 110 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.07 |
| HSL | 44.76º | 0.77% | 0.68% | - |
| HSV(B) | 44.76º | 0.53% | 0.93% | - |
| XYZ | 59 | 62.14 | 23.64 | - |
| YUV | 202.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 110 | 0 | 0.14 | 0.53 | 0.07 | 44.76 | 0.77 | 0.68 |
| Hex | EC | CC | 6E | 0 | E | 35 | 7 | 2D | 4D | 44 |
| Octal | 354 | 314 | 156 | 0 | 16 | 65 | 7 | 55 | 115 | 104 |
| Binary | 11101100 | 11001100 | 1101110 | 0 | 1110 | 110101 | 111 | 101101 | 1001101 | 1000100 |
Color Harmonies of #ECCC6E
Complementary color
Monochromatic Colors of #ECCC6E
Black with #ECCC6E
Text Example
Text Example
White with #ECCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC6E; }
p { color: rgb(236,204,110); }
H1.HeaderClassName
{
color: #ECCC6E;
}
.AnyTagClassName
{
color: #ECCC6E;
}
</style>
background-color css
<style>
a { background-color: #ECCC6E; }
a { background-color: rgb(236,204,110); }
div.DivClassName
{
background-color: #ECCC6E;
}
.BgClassName
{
background-color: #ECCC6E;
}
</style>
border-color css
<style>
span { border-color: #ECCC6E; }
span { border-color: rgb(236,204,110); }
td.TdClassName
{
border-color: #ECCC6E;
}
.TagClassName
{
border-color: #ECCC6E;
}
</style>