Shades of Golden Sand #ECDD67
Tints of Golden Sand #ECDD67
RGB
CMYK
RGB Variations
Color information
#ECDD67 (or 0xECDD67) is known color: Golden Sand. HEX triplet: EC, DD and 67. RGB value is (236,221,103). Sum of RGB (Red+Green+Blue) = 236+221+103=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD67 is #132298. Grayscale: #D4D4D4. Windows color (decimal): -1254041 or 6807020. OLE color: 6807020.
HSL color Cylindrical-coordinate representation of color #ECDD67: hue angle of 53.23º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECDD67 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 103 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.07 |
| HSL | 53.23º | 0.78% | 0.66% | - |
| HSV(B) | 53.23º | 0.56% | 0.93% | - |
| XYZ | 62.9 | 70.53 | 23.13 | - |
| YUV | 212.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 103 | 0 | 0.06 | 0.56 | 0.07 | 53.23 | 0.78 | 0.66 |
| Hex | EC | DD | 67 | 0 | 6 | 38 | 7 | 35 | 4E | 42 |
| Octal | 354 | 335 | 147 | 0 | 6 | 70 | 7 | 65 | 116 | 102 |
| Binary | 11101100 | 11011101 | 1100111 | 0 | 110 | 111000 | 111 | 110101 | 1001110 | 1000010 |
Color Harmonies of #ECDD67
Complementary color
Monochromatic Colors of #ECDD67
Black with #ECDD67
Text Example
Text Example
White with #ECDD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD67; }
p { color: rgb(236,221,103); }
H1.HeaderClassName
{
color: #ECDD67;
}
.AnyTagClassName
{
color: #ECDD67;
}
</style>
background-color css
<style>
a { background-color: #ECDD67; }
a { background-color: rgb(236,221,103); }
div.DivClassName
{
background-color: #ECDD67;
}
.BgClassName
{
background-color: #ECDD67;
}
</style>
border-color css
<style>
span { border-color: #ECDD67; }
span { border-color: rgb(236,221,103); }
td.TdClassName
{
border-color: #ECDD67;
}
.TagClassName
{
border-color: #ECDD67;
}
</style>