Shades of Golden Sand #ECDC68
Tints of Golden Sand #ECDC68
RGB
CMYK
RGB Variations
Color information
#ECDC68 (or 0xECDC68) is known color: Golden Sand. HEX triplet: EC, DC and 68. RGB value is (236,220,104). Sum of RGB (Red+Green+Blue) = 236+220+104=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC68 is #132397. Grayscale: #D4D4D4. Windows color (decimal): -1254296 or 6872300. OLE color: 6872300.
HSL color Cylindrical-coordinate representation of color #ECDC68: hue angle of 52.73º 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 #ECDC68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.07 |
| HSL | 52.73º | 0.78% | 0.67% | - |
| HSV(B) | 52.73º | 0.56% | 0.93% | - |
| XYZ | 62.68 | 70.02 | 23.31 | - |
| YUV | 211.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 104 | 0 | 0.07 | 0.56 | 0.07 | 52.73 | 0.78 | 0.67 |
| Hex | EC | DC | 68 | 0 | 7 | 38 | 7 | 35 | 4E | 43 |
| Octal | 354 | 334 | 150 | 0 | 7 | 70 | 7 | 65 | 116 | 103 |
| Binary | 11101100 | 11011100 | 1101000 | 0 | 111 | 111000 | 111 | 110101 | 1001110 | 1000011 |
Color Harmonies of #ECDC68
Complementary color
Monochromatic Colors of #ECDC68
Black with #ECDC68
Text Example
Text Example
White with #ECDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC68; }
p { color: rgb(236,220,104); }
H1.HeaderClassName
{
color: #ECDC68;
}
.AnyTagClassName
{
color: #ECDC68;
}
</style>
background-color css
<style>
a { background-color: #ECDC68; }
a { background-color: rgb(236,220,104); }
div.DivClassName
{
background-color: #ECDC68;
}
.BgClassName
{
background-color: #ECDC68;
}
</style>
border-color css
<style>
span { border-color: #ECDC68; }
span { border-color: rgb(236,220,104); }
td.TdClassName
{
border-color: #ECDC68;
}
.TagClassName
{
border-color: #ECDC68;
}
</style>