Shades of Golden Sand #ECC361
Tints of Golden Sand #ECC361
RGB
CMYK
RGB Variations
Color information
#ECC361 (or 0xECC361) is known color: Golden Sand. HEX triplet: EC, C3 and 61. RGB value is (236,195,97). Sum of RGB (Red+Green+Blue) = 236+195+97=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC361 is #133C9E. Grayscale: #C4C4C4. Windows color (decimal): -1260703 or 6407148. OLE color: 6407148.
HSL color Cylindrical-coordinate representation of color #ECC361: hue angle of 42.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECC361 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 97 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.07 |
| HSL | 42.3º | 0.79% | 0.65% | - |
| HSV(B) | 42.3º | 0.59% | 0.93% | - |
| XYZ | 56.26 | 57.73 | 19.49 | - |
| YUV | 196.09 | 72.08 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 97 | 0 | 0.17 | 0.59 | 0.07 | 42.3 | 0.79 | 0.65 |
| Hex | EC | C3 | 61 | 0 | 11 | 3B | 7 | 2A | 4F | 41 |
| Octal | 354 | 303 | 141 | 0 | 21 | 73 | 7 | 52 | 117 | 101 |
| Binary | 11101100 | 11000011 | 1100001 | 0 | 10001 | 111011 | 111 | 101010 | 1001111 | 1000001 |
Color Harmonies of #ECC361
Complementary color
Monochromatic Colors of #ECC361
Black with #ECC361
Text Example
Text Example
White with #ECC361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC361; }
p { color: rgb(236,195,97); }
H1.HeaderClassName
{
color: #ECC361;
}
.AnyTagClassName
{
color: #ECC361;
}
</style>
background-color css
<style>
a { background-color: #ECC361; }
a { background-color: rgb(236,195,97); }
div.DivClassName
{
background-color: #ECC361;
}
.BgClassName
{
background-color: #ECC361;
}
</style>
border-color css
<style>
span { border-color: #ECC361; }
span { border-color: rgb(236,195,97); }
td.TdClassName
{
border-color: #ECC361;
}
.TagClassName
{
border-color: #ECC361;
}
</style>