Shades of Golden Sand #ECDB68
Tints of Golden Sand #ECDB68
RGB
CMYK
RGB Variations
Color information
#ECDB68 (or 0xECDB68) is known color: Golden Sand. HEX triplet: EC, DB and 68. RGB value is (236,219,104). Sum of RGB (Red+Green+Blue) = 236+219+104=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB68 is #132497. Grayscale: #D3D3D3. Windows color (decimal): -1254552 or 6872044. OLE color: 6872044.
HSL color Cylindrical-coordinate representation of color #ECDB68: hue angle of 52.27º 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 #ECDB68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.07 |
| HSL | 52.27º | 0.78% | 0.67% | - |
| HSV(B) | 52.27º | 0.56% | 0.93% | - |
| XYZ | 62.42 | 69.5 | 23.22 | - |
| YUV | 210.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 104 | 0 | 0.07 | 0.56 | 0.07 | 52.27 | 0.78 | 0.67 |
| Hex | EC | DB | 68 | 0 | 7 | 38 | 7 | 34 | 4E | 43 |
| Octal | 354 | 333 | 150 | 0 | 7 | 70 | 7 | 64 | 116 | 103 |
| Binary | 11101100 | 11011011 | 1101000 | 0 | 111 | 111000 | 111 | 110100 | 1001110 | 1000011 |
Color Harmonies of #ECDB68
Complementary color
Monochromatic Colors of #ECDB68
Black with #ECDB68
Text Example
Text Example
White with #ECDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB68; }
p { color: rgb(236,219,104); }
H1.HeaderClassName
{
color: #ECDB68;
}
.AnyTagClassName
{
color: #ECDB68;
}
</style>
background-color css
<style>
a { background-color: #ECDB68; }
a { background-color: rgb(236,219,104); }
div.DivClassName
{
background-color: #ECDB68;
}
.BgClassName
{
background-color: #ECDB68;
}
</style>
border-color css
<style>
span { border-color: #ECDB68; }
span { border-color: rgb(236,219,104); }
td.TdClassName
{
border-color: #ECDB68;
}
.TagClassName
{
border-color: #ECDB68;
}
</style>