Shades of Golden Sand #ECCD63
Tints of Golden Sand #ECCD63
RGB
CMYK
RGB Variations
Color information
#ECCD63 (or 0xECCD63) is known color: Golden Sand. HEX triplet: EC, CD and 63. RGB value is (236,205,99). Sum of RGB (Red+Green+Blue) = 236+205+99=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD63 is #13329C. Grayscale: #CACACA. Windows color (decimal): -1258141 or 6540780. OLE color: 6540780.
HSL color Cylindrical-coordinate representation of color #ECCD63: hue angle of 46.42º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECCD63 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 99 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.07 |
| HSL | 46.42º | 0.78% | 0.66% | - |
| HSV(B) | 46.42º | 0.58% | 0.93% | - |
| XYZ | 58.68 | 62.4 | 20.76 | - |
| YUV | 202.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 99 | 0 | 0.13 | 0.58 | 0.07 | 46.42 | 0.78 | 0.66 |
| Hex | EC | CD | 63 | 0 | D | 3A | 7 | 2E | 4E | 42 |
| Octal | 354 | 315 | 143 | 0 | 15 | 72 | 7 | 56 | 116 | 102 |
| Binary | 11101100 | 11001101 | 1100011 | 0 | 1101 | 111010 | 111 | 101110 | 1001110 | 1000010 |
Color Harmonies of #ECCD63
Complementary color
Monochromatic Colors of #ECCD63
Black with #ECCD63
Text Example
Text Example
White with #ECCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD63; }
p { color: rgb(236,205,99); }
H1.HeaderClassName
{
color: #ECCD63;
}
.AnyTagClassName
{
color: #ECCD63;
}
</style>
background-color css
<style>
a { background-color: #ECCD63; }
a { background-color: rgb(236,205,99); }
div.DivClassName
{
background-color: #ECCD63;
}
.BgClassName
{
background-color: #ECCD63;
}
</style>
border-color css
<style>
span { border-color: #ECCD63; }
span { border-color: rgb(236,205,99); }
td.TdClassName
{
border-color: #ECCD63;
}
.TagClassName
{
border-color: #ECCD63;
}
</style>