Shades of Golden Sand #ECD869
Tints of Golden Sand #ECD869
RGB
CMYK
RGB Variations
Color information
#ECD869 (or 0xECD869) is known color: Golden Sand. HEX triplet: EC, D8 and 69. RGB value is (236,216,105). Sum of RGB (Red+Green+Blue) = 236+216+105=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD869 is #132796. Grayscale: #D1D1D1. Windows color (decimal): -1255319 or 6936812. OLE color: 6936812.
HSL color Cylindrical-coordinate representation of color #ECD869: hue angle of 50.84º 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 #ECD869 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 105 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 50.84º | 0.78% | 0.67% | - |
| HSV(B) | 50.84º | 0.56% | 0.93% | - |
| XYZ | 61.7 | 67.96 | 23.23 | - |
| YUV | 209.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 105 | 0 | 0.08 | 0.56 | 0.07 | 50.84 | 0.78 | 0.67 |
| Hex | EC | D8 | 69 | 0 | 8 | 38 | 7 | 33 | 4E | 43 |
| Octal | 354 | 330 | 151 | 0 | 10 | 70 | 7 | 63 | 116 | 103 |
| Binary | 11101100 | 11011000 | 1101001 | 0 | 1000 | 111000 | 111 | 110011 | 1001110 | 1000011 |
Color Harmonies of #ECD869
Complementary color
Monochromatic Colors of #ECD869
Black with #ECD869
Text Example
Text Example
White with #ECD869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD869; }
p { color: rgb(236,216,105); }
H1.HeaderClassName
{
color: #ECD869;
}
.AnyTagClassName
{
color: #ECD869;
}
</style>
background-color css
<style>
a { background-color: #ECD869; }
a { background-color: rgb(236,216,105); }
div.DivClassName
{
background-color: #ECD869;
}
.BgClassName
{
background-color: #ECD869;
}
</style>
border-color css
<style>
span { border-color: #ECD869; }
span { border-color: rgb(236,216,105); }
td.TdClassName
{
border-color: #ECD869;
}
.TagClassName
{
border-color: #ECD869;
}
</style>