Shades of Golden Sand #ECCD74
Tints of Golden Sand #ECCD74
RGB
CMYK
RGB Variations
Color information
#ECCD74 (or 0xECCD74) is known color: Golden Sand. HEX triplet: EC, CD and 74. RGB value is (236,205,116). Sum of RGB (Red+Green+Blue) = 236+205+116=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD74 is #13328B. Grayscale: #CCCCCC. Windows color (decimal): -1258124 or 7654892. OLE color: 7654892.
HSL color Cylindrical-coordinate representation of color #ECCD74: hue angle of 44.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECCD74 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 116 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 44.5º | 0.76% | 0.69% | - |
| HSV(B) | 44.5º | 0.51% | 0.93% | - |
| XYZ | 59.58 | 62.76 | 25.5 | - |
| YUV | 204.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 116 | 0 | 0.13 | 0.51 | 0.07 | 44.5 | 0.76 | 0.69 |
| Hex | EC | CD | 74 | 0 | D | 33 | 7 | 2C | 4C | 45 |
| Octal | 354 | 315 | 164 | 0 | 15 | 63 | 7 | 54 | 114 | 105 |
| Binary | 11101100 | 11001101 | 1110100 | 0 | 1101 | 110011 | 111 | 101100 | 1001100 | 1000101 |
Color Harmonies of #ECCD74
Complementary color
Monochromatic Colors of #ECCD74
Black with #ECCD74
Text Example
Text Example
White with #ECCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD74; }
p { color: rgb(236,205,116); }
H1.HeaderClassName
{
color: #ECCD74;
}
.AnyTagClassName
{
color: #ECCD74;
}
</style>
background-color css
<style>
a { background-color: #ECCD74; }
a { background-color: rgb(236,205,116); }
div.DivClassName
{
background-color: #ECCD74;
}
.BgClassName
{
background-color: #ECCD74;
}
</style>
border-color css
<style>
span { border-color: #ECCD74; }
span { border-color: rgb(236,205,116); }
td.TdClassName
{
border-color: #ECCD74;
}
.TagClassName
{
border-color: #ECCD74;
}
</style>