Shades of Golden Sand #ECCE76
Tints of Golden Sand #ECCE76
RGB
CMYK
RGB Variations
Color information
#ECCE76 (or 0xECCE76) is known color: Golden Sand. HEX triplet: EC, CE and 76. RGB value is (236,206,118). Sum of RGB (Red+Green+Blue) = 236+206+118=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE76 is #133189. Grayscale: #CDCDCD. Windows color (decimal): -1257866 or 7786220. OLE color: 7786220.
HSL color Cylindrical-coordinate representation of color #ECCE76: hue angle of 44.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECCE76 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 118 | - |
| CMYK | 0 | 0.13 | 0.5 | 0.07 |
| HSL | 44.75º | 0.76% | 0.69% | - |
| HSV(B) | 44.75º | 0.5% | 0.93% | - |
| XYZ | 59.93 | 63.28 | 26.2 | - |
| YUV | 204.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 118 | 0 | 0.13 | 0.5 | 0.07 | 44.75 | 0.76 | 0.69 |
| Hex | EC | CE | 76 | 0 | D | 32 | 7 | 2D | 4C | 45 |
| Octal | 354 | 316 | 166 | 0 | 15 | 62 | 7 | 55 | 114 | 105 |
| Binary | 11101100 | 11001110 | 1110110 | 0 | 1101 | 110010 | 111 | 101101 | 1001100 | 1000101 |
Color Harmonies of #ECCE76
Complementary color
Monochromatic Colors of #ECCE76
Black with #ECCE76
Text Example
Text Example
White with #ECCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE76; }
p { color: rgb(236,206,118); }
H1.HeaderClassName
{
color: #ECCE76;
}
.AnyTagClassName
{
color: #ECCE76;
}
</style>
background-color css
<style>
a { background-color: #ECCE76; }
a { background-color: rgb(236,206,118); }
div.DivClassName
{
background-color: #ECCE76;
}
.BgClassName
{
background-color: #ECCE76;
}
</style>
border-color css
<style>
span { border-color: #ECCE76; }
span { border-color: rgb(236,206,118); }
td.TdClassName
{
border-color: #ECCE76;
}
.TagClassName
{
border-color: #ECCE76;
}
</style>