Shades of Golden Sand #ECC85D
Tints of Golden Sand #ECC85D
RGB
CMYK
RGB Variations
Color information
#ECC85D (or 0xECC85D) is known color: Golden Sand. HEX triplet: EC, C8 and 5D. RGB value is (236,200,93). Sum of RGB (Red+Green+Blue) = 236+200+93=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC85D is #1337A2. Grayscale: #C7C7C7. Windows color (decimal): -1259427 or 6146284. OLE color: 6146284.
HSL color Cylindrical-coordinate representation of color #ECC85D: hue angle of 44.9º 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 #ECC85D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 93 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 44.9º | 0.79% | 0.65% | - |
| HSV(B) | 44.9º | 0.61% | 0.93% | - |
| XYZ | 57.22 | 59.93 | 18.91 | - |
| YUV | 198.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 93 | 0 | 0.15 | 0.61 | 0.07 | 44.9 | 0.79 | 0.65 |
| Hex | EC | C8 | 5D | 0 | F | 3D | 7 | 2D | 4F | 41 |
| Octal | 354 | 310 | 135 | 0 | 17 | 75 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001000 | 1011101 | 0 | 1111 | 111101 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC85D
Complementary color
Monochromatic Colors of #ECC85D
Black with #ECC85D
Text Example
Text Example
White with #ECC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC85D; }
p { color: rgb(236,200,93); }
H1.HeaderClassName
{
color: #ECC85D;
}
.AnyTagClassName
{
color: #ECC85D;
}
</style>
background-color css
<style>
a { background-color: #ECC85D; }
a { background-color: rgb(236,200,93); }
div.DivClassName
{
background-color: #ECC85D;
}
.BgClassName
{
background-color: #ECC85D;
}
</style>
border-color css
<style>
span { border-color: #ECC85D; }
span { border-color: rgb(236,200,93); }
td.TdClassName
{
border-color: #ECC85D;
}
.TagClassName
{
border-color: #ECC85D;
}
</style>