Shades of Golden Sand #ECC85E
Tints of Golden Sand #ECC85E
RGB
CMYK
RGB Variations
Color information
#ECC85E (or 0xECC85E) is known color: Golden Sand. HEX triplet: EC, C8 and 5E. RGB value is (236,200,94). Sum of RGB (Red+Green+Blue) = 236+200+94=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC85E is #1337A1. Grayscale: #C7C7C7. Windows color (decimal): -1259426 or 6211820. OLE color: 6211820.
HSL color Cylindrical-coordinate representation of color #ECC85E: hue angle of 44.79º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECC85E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 94 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.07 |
| HSL | 44.79º | 0.79% | 0.65% | - |
| HSV(B) | 44.79º | 0.6% | 0.93% | - |
| XYZ | 57.27 | 59.95 | 19.14 | - |
| YUV | 198.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 94 | 0 | 0.15 | 0.60 | 0.07 | 44.79 | 0.79 | 0.65 |
| Hex | EC | C8 | 5E | 0 | F | 3C | 7 | 2D | 4F | 41 |
| Octal | 354 | 310 | 136 | 0 | 17 | 74 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001000 | 1011110 | 0 | 1111 | 111100 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC85E
Complementary color
Monochromatic Colors of #ECC85E
Black with #ECC85E
Text Example
Text Example
White with #ECC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC85E; }
p { color: rgb(236,200,94); }
H1.HeaderClassName
{
color: #ECC85E;
}
.AnyTagClassName
{
color: #ECC85E;
}
</style>
background-color css
<style>
a { background-color: #ECC85E; }
a { background-color: rgb(236,200,94); }
div.DivClassName
{
background-color: #ECC85E;
}
.BgClassName
{
background-color: #ECC85E;
}
</style>
border-color css
<style>
span { border-color: #ECC85E; }
span { border-color: rgb(236,200,94); }
td.TdClassName
{
border-color: #ECC85E;
}
.TagClassName
{
border-color: #ECC85E;
}
</style>