Shades of Golden Sand #ECCC69
Tints of Golden Sand #ECCC69
RGB
CMYK
RGB Variations
Color information
#ECCC69 (or 0xECCC69) is known color: Golden Sand. HEX triplet: EC, CC and 69. RGB value is (236,204,105). Sum of RGB (Red+Green+Blue) = 236+204+105=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC69 is #133396. Grayscale: #CACACA. Windows color (decimal): -1258391 or 6933740. OLE color: 6933740.
HSL color Cylindrical-coordinate representation of color #ECCC69: hue angle of 45.34º 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 #ECCC69 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 105 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45.34º | 0.78% | 0.67% | - |
| HSV(B) | 45.34º | 0.56% | 0.93% | - |
| XYZ | 58.73 | 62.04 | 22.24 | - |
| YUV | 202.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 105 | 0 | 0.14 | 0.56 | 0.07 | 45.34 | 0.78 | 0.67 |
| Hex | EC | CC | 69 | 0 | E | 38 | 7 | 2D | 4E | 43 |
| Octal | 354 | 314 | 151 | 0 | 16 | 70 | 7 | 55 | 116 | 103 |
| Binary | 11101100 | 11001100 | 1101001 | 0 | 1110 | 111000 | 111 | 101101 | 1001110 | 1000011 |
Color Harmonies of #ECCC69
Complementary color
Monochromatic Colors of #ECCC69
Black with #ECCC69
Text Example
Text Example
White with #ECCC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC69; }
p { color: rgb(236,204,105); }
H1.HeaderClassName
{
color: #ECCC69;
}
.AnyTagClassName
{
color: #ECCC69;
}
</style>
background-color css
<style>
a { background-color: #ECCC69; }
a { background-color: rgb(236,204,105); }
div.DivClassName
{
background-color: #ECCC69;
}
.BgClassName
{
background-color: #ECCC69;
}
</style>
border-color css
<style>
span { border-color: #ECCC69; }
span { border-color: rgb(236,204,105); }
td.TdClassName
{
border-color: #ECCC69;
}
.TagClassName
{
border-color: #ECCC69;
}
</style>