Shades of Golden Sand #ECD36E
Tints of Golden Sand #ECD36E
RGB
CMYK
RGB Variations
Color information
#ECD36E (or 0xECD36E) is known color: Golden Sand. HEX triplet: EC, D3 and 6E. RGB value is (236,211,110). Sum of RGB (Red+Green+Blue) = 236+211+110=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD36E is #132C91. Grayscale: #CFCFCF. Windows color (decimal): -1256594 or 7263212. OLE color: 7263212.
HSL color Cylindrical-coordinate representation of color #ECD36E: hue angle of 48.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ECD36E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 110 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.07 |
| HSL | 48.1º | 0.77% | 0.68% | - |
| HSV(B) | 48.1º | 0.53% | 0.93% | - |
| XYZ | 60.7 | 65.55 | 24.2 | - |
| YUV | 206.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 110 | 0 | 0.11 | 0.53 | 0.07 | 48.1 | 0.77 | 0.68 |
| Hex | EC | D3 | 6E | 0 | B | 35 | 7 | 30 | 4D | 44 |
| Octal | 354 | 323 | 156 | 0 | 13 | 65 | 7 | 60 | 115 | 104 |
| Binary | 11101100 | 11010011 | 1101110 | 0 | 1011 | 110101 | 111 | 110000 | 1001101 | 1000100 |
Color Harmonies of #ECD36E
Complementary color
Monochromatic Colors of #ECD36E
Black with #ECD36E
Text Example
Text Example
White with #ECD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD36E; }
p { color: rgb(236,211,110); }
H1.HeaderClassName
{
color: #ECD36E;
}
.AnyTagClassName
{
color: #ECD36E;
}
</style>
background-color css
<style>
a { background-color: #ECD36E; }
a { background-color: rgb(236,211,110); }
div.DivClassName
{
background-color: #ECD36E;
}
.BgClassName
{
background-color: #ECD36E;
}
</style>
border-color css
<style>
span { border-color: #ECD36E; }
span { border-color: rgb(236,211,110); }
td.TdClassName
{
border-color: #ECD36E;
}
.TagClassName
{
border-color: #ECD36E;
}
</style>