Shades of Golden Sand #ECCC5D
Tints of Golden Sand #ECCC5D
RGB
CMYK
RGB Variations
Color information
#ECCC5D (or 0xECCC5D) is known color: Golden Sand. HEX triplet: EC, CC and 5D. RGB value is (236,204,93). Sum of RGB (Red+Green+Blue) = 236+204+93=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC5D is #1333A2. Grayscale: #C9C9C9. Windows color (decimal): -1258403 or 6147308. OLE color: 6147308.
HSL color Cylindrical-coordinate representation of color #ECCC5D: hue angle of 46.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECCC5D is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 93 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.07 |
| HSL | 46.57º | 0.79% | 0.65% | - |
| HSV(B) | 46.57º | 0.61% | 0.93% | - |
| XYZ | 58.16 | 61.81 | 19.22 | - |
| YUV | 200.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 93 | 0 | 0.14 | 0.61 | 0.07 | 46.57 | 0.79 | 0.65 |
| Hex | EC | CC | 5D | 0 | E | 3D | 7 | 2F | 4F | 41 |
| Octal | 354 | 314 | 135 | 0 | 16 | 75 | 7 | 57 | 117 | 101 |
| Binary | 11101100 | 11001100 | 1011101 | 0 | 1110 | 111101 | 111 | 101111 | 1001111 | 1000001 |
Color Harmonies of #ECCC5D
Complementary color
Monochromatic Colors of #ECCC5D
Black with #ECCC5D
Text Example
Text Example
White with #ECCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC5D; }
p { color: rgb(236,204,93); }
H1.HeaderClassName
{
color: #ECCC5D;
}
.AnyTagClassName
{
color: #ECCC5D;
}
</style>
background-color css
<style>
a { background-color: #ECCC5D; }
a { background-color: rgb(236,204,93); }
div.DivClassName
{
background-color: #ECCC5D;
}
.BgClassName
{
background-color: #ECCC5D;
}
</style>
border-color css
<style>
span { border-color: #ECCC5D; }
span { border-color: rgb(236,204,93); }
td.TdClassName
{
border-color: #ECCC5D;
}
.TagClassName
{
border-color: #ECCC5D;
}
</style>