Shades of Golden Sand #ECD371
Tints of Golden Sand #ECD371
RGB
CMYK
RGB Variations
Color information
#ECD371 (or 0xECD371) is known color: Golden Sand. HEX triplet: EC, D3 and 71. RGB value is (236,211,113). Sum of RGB (Red+Green+Blue) = 236+211+113=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD371 is #132C8E. Grayscale: #CFCFCF. Windows color (decimal): -1256591 or 7459820. OLE color: 7459820.
HSL color Cylindrical-coordinate representation of color #ECD371: hue angle of 47.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECD371 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 113 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.07 |
| HSL | 47.8º | 0.76% | 0.68% | - |
| HSV(B) | 47.8º | 0.52% | 0.93% | - |
| XYZ | 60.87 | 65.61 | 25.08 | - |
| YUV | 207.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 113 | 0 | 0.11 | 0.52 | 0.07 | 47.8 | 0.76 | 0.68 |
| Hex | EC | D3 | 71 | 0 | B | 34 | 7 | 30 | 4C | 44 |
| Octal | 354 | 323 | 161 | 0 | 13 | 64 | 7 | 60 | 114 | 104 |
| Binary | 11101100 | 11010011 | 1110001 | 0 | 1011 | 110100 | 111 | 110000 | 1001100 | 1000100 |
Color Harmonies of #ECD371
Complementary color
Monochromatic Colors of #ECD371
Black with #ECD371
Text Example
Text Example
White with #ECD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD371; }
p { color: rgb(236,211,113); }
H1.HeaderClassName
{
color: #ECD371;
}
.AnyTagClassName
{
color: #ECD371;
}
</style>
background-color css
<style>
a { background-color: #ECD371; }
a { background-color: rgb(236,211,113); }
div.DivClassName
{
background-color: #ECD371;
}
.BgClassName
{
background-color: #ECD371;
}
</style>
border-color css
<style>
span { border-color: #ECD371; }
span { border-color: rgb(236,211,113); }
td.TdClassName
{
border-color: #ECD371;
}
.TagClassName
{
border-color: #ECD371;
}
</style>