Shades of Golden Sand #ECC95D
Tints of Golden Sand #ECC95D
RGB
CMYK
RGB Variations
Color information
#ECC95D (or 0xECC95D) is known color: Golden Sand. HEX triplet: EC, C9 and 5D. RGB value is (236,201,93). Sum of RGB (Red+Green+Blue) = 236+201+93=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC95D is #1336A2. Grayscale: #C7C7C7. Windows color (decimal): -1259171 or 6146540. OLE color: 6146540.
HSL color Cylindrical-coordinate representation of color #ECC95D: hue angle of 45.31º 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 #ECC95D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 93 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.07 |
| HSL | 45.31º | 0.79% | 0.65% | - |
| HSV(B) | 45.31º | 0.61% | 0.93% | - |
| XYZ | 57.45 | 60.4 | 18.99 | - |
| YUV | 199.15 | 68.1 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 93 | 0 | 0.15 | 0.61 | 0.07 | 45.31 | 0.79 | 0.65 |
| Hex | EC | C9 | 5D | 0 | F | 3D | 7 | 2D | 4F | 41 |
| Octal | 354 | 311 | 135 | 0 | 17 | 75 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001001 | 1011101 | 0 | 1111 | 111101 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC95D
Complementary color
Monochromatic Colors of #ECC95D
Black with #ECC95D
Text Example
Text Example
White with #ECC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC95D; }
p { color: rgb(236,201,93); }
H1.HeaderClassName
{
color: #ECC95D;
}
.AnyTagClassName
{
color: #ECC95D;
}
</style>
background-color css
<style>
a { background-color: #ECC95D; }
a { background-color: rgb(236,201,93); }
div.DivClassName
{
background-color: #ECC95D;
}
.BgClassName
{
background-color: #ECC95D;
}
</style>
border-color css
<style>
span { border-color: #ECC95D; }
span { border-color: rgb(236,201,93); }
td.TdClassName
{
border-color: #ECC95D;
}
.TagClassName
{
border-color: #ECC95D;
}
</style>