Shades of Golden Sand #ECCC72
Tints of Golden Sand #ECCC72
RGB
CMYK
RGB Variations
Color information
#ECCC72 (or 0xECCC72) is known color: Golden Sand. HEX triplet: EC, CC and 72. RGB value is (236,204,114). Sum of RGB (Red+Green+Blue) = 236+204+114=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC72 is #13338D. Grayscale: #CBCBCB. Windows color (decimal): -1258382 or 7523564. OLE color: 7523564.
HSL color Cylindrical-coordinate representation of color #ECCC72: hue angle of 44.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECCC72 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 114 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.07 |
| HSL | 44.26º | 0.76% | 0.69% | - |
| HSV(B) | 44.26º | 0.52% | 0.93% | - |
| XYZ | 59.22 | 62.23 | 24.81 | - |
| YUV | 203.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 114 | 0 | 0.14 | 0.52 | 0.07 | 44.26 | 0.76 | 0.69 |
| Hex | EC | CC | 72 | 0 | E | 34 | 7 | 2C | 4C | 45 |
| Octal | 354 | 314 | 162 | 0 | 16 | 64 | 7 | 54 | 114 | 105 |
| Binary | 11101100 | 11001100 | 1110010 | 0 | 1110 | 110100 | 111 | 101100 | 1001100 | 1000101 |
Color Harmonies of #ECCC72
Complementary color
Monochromatic Colors of #ECCC72
Black with #ECCC72
Text Example
Text Example
White with #ECCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC72; }
p { color: rgb(236,204,114); }
H1.HeaderClassName
{
color: #ECCC72;
}
.AnyTagClassName
{
color: #ECCC72;
}
</style>
background-color css
<style>
a { background-color: #ECCC72; }
a { background-color: rgb(236,204,114); }
div.DivClassName
{
background-color: #ECCC72;
}
.BgClassName
{
background-color: #ECCC72;
}
</style>
border-color css
<style>
span { border-color: #ECCC72; }
span { border-color: rgb(236,204,114); }
td.TdClassName
{
border-color: #ECCC72;
}
.TagClassName
{
border-color: #ECCC72;
}
</style>