Shades of Golden Sand #ECCE74
Tints of Golden Sand #ECCE74
RGB
CMYK
RGB Variations
Color information
#ECCE74 (or 0xECCE74) is known color: Golden Sand. HEX triplet: EC, CE and 74. RGB value is (236,206,116). Sum of RGB (Red+Green+Blue) = 236+206+116=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE74 is #13318B. Grayscale: #CDCDCD. Windows color (decimal): -1257868 or 7655148. OLE color: 7655148.
HSL color Cylindrical-coordinate representation of color #ECCE74: hue angle of 45º 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 #ECCE74 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 116 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 45º | 0.76% | 0.69% | - |
| HSV(B) | 45º | 0.51% | 0.93% | - |
| XYZ | 59.82 | 63.24 | 25.58 | - |
| YUV | 204.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 116 | 0 | 0.13 | 0.51 | 0.07 | 45 | 0.76 | 0.69 |
| Hex | EC | CE | 74 | 0 | D | 33 | 7 | 2D | 4C | 45 |
| Octal | 354 | 316 | 164 | 0 | 15 | 63 | 7 | 55 | 114 | 105 |
| Binary | 11101100 | 11001110 | 1110100 | 0 | 1101 | 110011 | 111 | 101101 | 1001100 | 1000101 |
Color Harmonies of #ECCE74
Complementary color
Monochromatic Colors of #ECCE74
Black with #ECCE74
Text Example
Text Example
White with #ECCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE74; }
p { color: rgb(236,206,116); }
H1.HeaderClassName
{
color: #ECCE74;
}
.AnyTagClassName
{
color: #ECCE74;
}
</style>
background-color css
<style>
a { background-color: #ECCE74; }
a { background-color: rgb(236,206,116); }
div.DivClassName
{
background-color: #ECCE74;
}
.BgClassName
{
background-color: #ECCE74;
}
</style>
border-color css
<style>
span { border-color: #ECCE74; }
span { border-color: rgb(236,206,116); }
td.TdClassName
{
border-color: #ECCE74;
}
.TagClassName
{
border-color: #ECCE74;
}
</style>