Shades of Golden Sand #ECC863
Tints of Golden Sand #ECC863
RGB
CMYK
RGB Variations
Color information
#ECC863 (or 0xECC863) is known color: Golden Sand. HEX triplet: EC, C8 and 63. RGB value is (236,200,99). Sum of RGB (Red+Green+Blue) = 236+200+99=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC863 is #13379C. Grayscale: #C7C7C7. Windows color (decimal): -1259421 or 6539500. OLE color: 6539500.
HSL color Cylindrical-coordinate representation of color #ECC863: hue angle of 44.23º 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 #ECC863 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 99 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.07 |
| HSL | 44.23º | 0.78% | 0.66% | - |
| HSV(B) | 44.23º | 0.58% | 0.93% | - |
| XYZ | 57.5 | 60.04 | 20.36 | - |
| YUV | 199.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 99 | 0 | 0.15 | 0.58 | 0.07 | 44.23 | 0.78 | 0.66 |
| Hex | EC | C8 | 63 | 0 | F | 3A | 7 | 2C | 4E | 42 |
| Octal | 354 | 310 | 143 | 0 | 17 | 72 | 7 | 54 | 116 | 102 |
| Binary | 11101100 | 11001000 | 1100011 | 0 | 1111 | 111010 | 111 | 101100 | 1001110 | 1000010 |
Color Harmonies of #ECC863
Complementary color
Monochromatic Colors of #ECC863
Black with #ECC863
Text Example
Text Example
White with #ECC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC863; }
p { color: rgb(236,200,99); }
H1.HeaderClassName
{
color: #ECC863;
}
.AnyTagClassName
{
color: #ECC863;
}
</style>
background-color css
<style>
a { background-color: #ECC863; }
a { background-color: rgb(236,200,99); }
div.DivClassName
{
background-color: #ECC863;
}
.BgClassName
{
background-color: #ECC863;
}
</style>
border-color css
<style>
span { border-color: #ECC863; }
span { border-color: rgb(236,200,99); }
td.TdClassName
{
border-color: #ECC863;
}
.TagClassName
{
border-color: #ECC863;
}
</style>