Shades of Golden Sand #ECDA69
Tints of Golden Sand #ECDA69
RGB
CMYK
RGB Variations
Color information
#ECDA69 (or 0xECDA69) is known color: Golden Sand. HEX triplet: EC, DA and 69. RGB value is (236,218,105). Sum of RGB (Red+Green+Blue) = 236+218+105=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA69 is #132596. Grayscale: #D2D2D2. Windows color (decimal): -1254807 or 6937324. OLE color: 6937324.
HSL color Cylindrical-coordinate representation of color #ECDA69: hue angle of 51.76º 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 #ECDA69 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 105 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 51.76º | 0.78% | 0.67% | - |
| HSV(B) | 51.76º | 0.56% | 0.93% | - |
| XYZ | 62.21 | 69 | 23.4 | - |
| YUV | 210.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 105 | 0 | 0.08 | 0.56 | 0.07 | 51.76 | 0.78 | 0.67 |
| Hex | EC | DA | 69 | 0 | 8 | 38 | 7 | 34 | 4E | 43 |
| Octal | 354 | 332 | 151 | 0 | 10 | 70 | 7 | 64 | 116 | 103 |
| Binary | 11101100 | 11011010 | 1101001 | 0 | 1000 | 111000 | 111 | 110100 | 1001110 | 1000011 |
Color Harmonies of #ECDA69
Complementary color
Monochromatic Colors of #ECDA69
Black with #ECDA69
Text Example
Text Example
White with #ECDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA69; }
p { color: rgb(236,218,105); }
H1.HeaderClassName
{
color: #ECDA69;
}
.AnyTagClassName
{
color: #ECDA69;
}
</style>
background-color css
<style>
a { background-color: #ECDA69; }
a { background-color: rgb(236,218,105); }
div.DivClassName
{
background-color: #ECDA69;
}
.BgClassName
{
background-color: #ECDA69;
}
</style>
border-color css
<style>
span { border-color: #ECDA69; }
span { border-color: rgb(236,218,105); }
td.TdClassName
{
border-color: #ECDA69;
}
.TagClassName
{
border-color: #ECDA69;
}
</style>