Shades of Golden Sand #ECC85F
Tints of Golden Sand #ECC85F
RGB
CMYK
RGB Variations
Color information
#ECC85F (or 0xECC85F) is known color: Golden Sand. HEX triplet: EC, C8 and 5F. RGB value is (236,200,95). Sum of RGB (Red+Green+Blue) = 236+200+95=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC85F is #1337A0. Grayscale: #C7C7C7. Windows color (decimal): -1259425 or 6277356. OLE color: 6277356.
HSL color Cylindrical-coordinate representation of color #ECC85F: hue angle of 44.68º 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 #ECC85F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 95 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.07 |
| HSL | 44.68º | 0.79% | 0.65% | - |
| HSV(B) | 44.68º | 0.6% | 0.93% | - |
| XYZ | 57.31 | 59.97 | 19.38 | - |
| YUV | 198.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 95 | 0 | 0.15 | 0.60 | 0.07 | 44.68 | 0.79 | 0.65 |
| Hex | EC | C8 | 5F | 0 | F | 3C | 7 | 2D | 4F | 41 |
| Octal | 354 | 310 | 137 | 0 | 17 | 74 | 7 | 55 | 117 | 101 |
| Binary | 11101100 | 11001000 | 1011111 | 0 | 1111 | 111100 | 111 | 101101 | 1001111 | 1000001 |
Color Harmonies of #ECC85F
Complementary color
Monochromatic Colors of #ECC85F
Black with #ECC85F
Text Example
Text Example
White with #ECC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC85F; }
p { color: rgb(236,200,95); }
H1.HeaderClassName
{
color: #ECC85F;
}
.AnyTagClassName
{
color: #ECC85F;
}
</style>
background-color css
<style>
a { background-color: #ECC85F; }
a { background-color: rgb(236,200,95); }
div.DivClassName
{
background-color: #ECC85F;
}
.BgClassName
{
background-color: #ECC85F;
}
</style>
border-color css
<style>
span { border-color: #ECC85F; }
span { border-color: rgb(236,200,95); }
td.TdClassName
{
border-color: #ECC85F;
}
.TagClassName
{
border-color: #ECC85F;
}
</style>