Shades of Golden Sand #ECCB6D
Tints of Golden Sand #ECCB6D
RGB
CMYK
RGB Variations
Color information
#ECCB6D (or 0xECCB6D) is known color: Golden Sand. HEX triplet: EC, CB and 6D. RGB value is (236,203,109). Sum of RGB (Red+Green+Blue) = 236+203+109=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB6D is #133492. Grayscale: #CACACA. Windows color (decimal): -1258643 or 7195628. OLE color: 7195628.
HSL color Cylindrical-coordinate representation of color #ECCB6D: hue angle of 44.41º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECCB6D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 109 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.07 |
| HSL | 44.41º | 0.77% | 0.68% | - |
| HSV(B) | 44.41º | 0.54% | 0.93% | - |
| XYZ | 58.71 | 61.65 | 23.27 | - |
| YUV | 202.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 109 | 0 | 0.14 | 0.54 | 0.07 | 44.41 | 0.77 | 0.68 |
| Hex | EC | CB | 6D | 0 | E | 36 | 7 | 2C | 4D | 44 |
| Octal | 354 | 313 | 155 | 0 | 16 | 66 | 7 | 54 | 115 | 104 |
| Binary | 11101100 | 11001011 | 1101101 | 0 | 1110 | 110110 | 111 | 101100 | 1001101 | 1000100 |
Color Harmonies of #ECCB6D
Complementary color
Monochromatic Colors of #ECCB6D
Black with #ECCB6D
Text Example
Text Example
White with #ECCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB6D; }
p { color: rgb(236,203,109); }
H1.HeaderClassName
{
color: #ECCB6D;
}
.AnyTagClassName
{
color: #ECCB6D;
}
</style>
background-color css
<style>
a { background-color: #ECCB6D; }
a { background-color: rgb(236,203,109); }
div.DivClassName
{
background-color: #ECCB6D;
}
.BgClassName
{
background-color: #ECCB6D;
}
</style>
border-color css
<style>
span { border-color: #ECCB6D; }
span { border-color: rgb(236,203,109); }
td.TdClassName
{
border-color: #ECCB6D;
}
.TagClassName
{
border-color: #ECCB6D;
}
</style>