Shades of Golden Sand #ECCD70
Tints of Golden Sand #ECCD70
RGB
CMYK
RGB Variations
Color information
#ECCD70 (or 0xECCD70) is known color: Golden Sand. HEX triplet: EC, CD and 70. RGB value is (236,205,112). Sum of RGB (Red+Green+Blue) = 236+205+112=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD70 is #13328F. Grayscale: #CCCCCC. Windows color (decimal): -1258128 or 7392748. OLE color: 7392748.
HSL color Cylindrical-coordinate representation of color #ECCD70: hue angle of 45º 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 #ECCD70 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 112 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45º | 0.77% | 0.68% | - |
| HSV(B) | 45º | 0.53% | 0.93% | - |
| XYZ | 59.35 | 62.67 | 24.3 | - |
| YUV | 203.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 112 | 0 | 0.13 | 0.53 | 0.07 | 45 | 0.77 | 0.68 |
| Hex | EC | CD | 70 | 0 | D | 35 | 7 | 2D | 4D | 44 |
| Octal | 354 | 315 | 160 | 0 | 15 | 65 | 7 | 55 | 115 | 104 |
| Binary | 11101100 | 11001101 | 1110000 | 0 | 1101 | 110101 | 111 | 101101 | 1001101 | 1000100 |
Color Harmonies of #ECCD70
Complementary color
Monochromatic Colors of #ECCD70
Black with #ECCD70
Text Example
Text Example
White with #ECCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD70; }
p { color: rgb(236,205,112); }
H1.HeaderClassName
{
color: #ECCD70;
}
.AnyTagClassName
{
color: #ECCD70;
}
</style>
background-color css
<style>
a { background-color: #ECCD70; }
a { background-color: rgb(236,205,112); }
div.DivClassName
{
background-color: #ECCD70;
}
.BgClassName
{
background-color: #ECCD70;
}
</style>
border-color css
<style>
span { border-color: #ECCD70; }
span { border-color: rgb(236,205,112); }
td.TdClassName
{
border-color: #ECCD70;
}
.TagClassName
{
border-color: #ECCD70;
}
</style>