Shades of Golden Sand #ECD360
Tints of Golden Sand #ECD360
RGB
CMYK
RGB Variations
Color information
#ECD360 (or 0xECD360) is known color: Golden Sand. HEX triplet: EC, D3 and 60. RGB value is (236,211,96). Sum of RGB (Red+Green+Blue) = 236+211+96=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD360 is #132C9F. Grayscale: #CDCDCD. Windows color (decimal): -1256608 or 6345708. OLE color: 6345708.
HSL color Cylindrical-coordinate representation of color #ECD360: hue angle of 49.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD360 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 96 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.07 |
| HSL | 49.29º | 0.79% | 0.65% | - |
| HSV(B) | 49.29º | 0.59% | 0.93% | - |
| XYZ | 60 | 65.27 | 20.5 | - |
| YUV | 205.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 96 | 0 | 0.11 | 0.59 | 0.07 | 49.29 | 0.79 | 0.65 |
| Hex | EC | D3 | 60 | 0 | B | 3B | 7 | 31 | 4F | 41 |
| Octal | 354 | 323 | 140 | 0 | 13 | 73 | 7 | 61 | 117 | 101 |
| Binary | 11101100 | 11010011 | 1100000 | 0 | 1011 | 111011 | 111 | 110001 | 1001111 | 1000001 |
Color Harmonies of #ECD360
Complementary color
Monochromatic Colors of #ECD360
Black with #ECD360
Text Example
Text Example
White with #ECD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD360; }
p { color: rgb(236,211,96); }
H1.HeaderClassName
{
color: #ECD360;
}
.AnyTagClassName
{
color: #ECD360;
}
</style>
background-color css
<style>
a { background-color: #ECD360; }
a { background-color: rgb(236,211,96); }
div.DivClassName
{
background-color: #ECD360;
}
.BgClassName
{
background-color: #ECD360;
}
</style>
border-color css
<style>
span { border-color: #ECD360; }
span { border-color: rgb(236,211,96); }
td.TdClassName
{
border-color: #ECD360;
}
.TagClassName
{
border-color: #ECD360;
}
</style>