Shades of Golden Sand #ECC363
Tints of Golden Sand #ECC363
RGB
CMYK
RGB Variations
Color information
#ECC363 (or 0xECC363) is known color: Golden Sand. HEX triplet: EC, C3 and 63. RGB value is (236,195,99). Sum of RGB (Red+Green+Blue) = 236+195+99=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC363 is #133C9C. Grayscale: #C4C4C4. Windows color (decimal): -1260701 or 6538220. OLE color: 6538220.
HSL color Cylindrical-coordinate representation of color #ECC363: hue angle of 42.04º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC363 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 99 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.07 |
| HSL | 42.04º | 0.78% | 0.66% | - |
| HSV(B) | 42.04º | 0.58% | 0.93% | - |
| XYZ | 56.36 | 57.76 | 19.98 | - |
| YUV | 196.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 99 | 0 | 0.17 | 0.58 | 0.07 | 42.04 | 0.78 | 0.66 |
| Hex | EC | C3 | 63 | 0 | 11 | 3A | 7 | 2A | 4E | 42 |
| Octal | 354 | 303 | 143 | 0 | 21 | 72 | 7 | 52 | 116 | 102 |
| Binary | 11101100 | 11000011 | 1100011 | 0 | 10001 | 111010 | 111 | 101010 | 1001110 | 1000010 |
Color Harmonies of #ECC363
Complementary color
Monochromatic Colors of #ECC363
Black with #ECC363
Text Example
Text Example
White with #ECC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC363; }
p { color: rgb(236,195,99); }
H1.HeaderClassName
{
color: #ECC363;
}
.AnyTagClassName
{
color: #ECC363;
}
</style>
background-color css
<style>
a { background-color: #ECC363; }
a { background-color: rgb(236,195,99); }
div.DivClassName
{
background-color: #ECC363;
}
.BgClassName
{
background-color: #ECC363;
}
</style>
border-color css
<style>
span { border-color: #ECC363; }
span { border-color: rgb(236,195,99); }
td.TdClassName
{
border-color: #ECC363;
}
.TagClassName
{
border-color: #ECC363;
}
</style>