Shades of Golden Sand #ECCC74
Tints of Golden Sand #ECCC74
RGB
CMYK
RGB Variations
Color information
#ECCC74 (or 0xECCC74) is known color: Golden Sand. HEX triplet: EC, CC and 74. RGB value is (236,204,116). Sum of RGB (Red+Green+Blue) = 236+204+116=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC74 is #13338B. Grayscale: #CBCBCB. Windows color (decimal): -1258380 or 7654636. OLE color: 7654636.
HSL color Cylindrical-coordinate representation of color #ECCC74: hue angle of 44º 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 #ECCC74 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 116 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.07 |
| HSL | 44º | 0.76% | 0.69% | - |
| HSV(B) | 44º | 0.51% | 0.93% | - |
| XYZ | 59.34 | 62.28 | 25.42 | - |
| YUV | 203.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 116 | 0 | 0.14 | 0.51 | 0.07 | 44 | 0.76 | 0.69 |
| Hex | EC | CC | 74 | 0 | E | 33 | 7 | 2C | 4C | 45 |
| Octal | 354 | 314 | 164 | 0 | 16 | 63 | 7 | 54 | 114 | 105 |
| Binary | 11101100 | 11001100 | 1110100 | 0 | 1110 | 110011 | 111 | 101100 | 1001100 | 1000101 |
Color Harmonies of #ECCC74
Complementary color
Monochromatic Colors of #ECCC74
Black with #ECCC74
Text Example
Text Example
White with #ECCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC74; }
p { color: rgb(236,204,116); }
H1.HeaderClassName
{
color: #ECCC74;
}
.AnyTagClassName
{
color: #ECCC74;
}
</style>
background-color css
<style>
a { background-color: #ECCC74; }
a { background-color: rgb(236,204,116); }
div.DivClassName
{
background-color: #ECCC74;
}
.BgClassName
{
background-color: #ECCC74;
}
</style>
border-color css
<style>
span { border-color: #ECCC74; }
span { border-color: rgb(236,204,116); }
td.TdClassName
{
border-color: #ECCC74;
}
.TagClassName
{
border-color: #ECCC74;
}
</style>