Shades of Golden Sand #ECC862
Tints of Golden Sand #ECC862
RGB
CMYK
RGB Variations
Color information
#ECC862 (or 0xECC862) is known color: Golden Sand. HEX triplet: EC, C8 and 62. RGB value is (236,200,98). Sum of RGB (Red+Green+Blue) = 236+200+98=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC862 is #13379D. Grayscale: #C7C7C7. Windows color (decimal): -1259422 or 6473964. OLE color: 6473964.
HSL color Cylindrical-coordinate representation of color #ECC862: hue angle of 44.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC862 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 98 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.07 |
| HSL | 44.35º | 0.78% | 0.65% | - |
| HSV(B) | 44.35º | 0.58% | 0.93% | - |
| XYZ | 57.45 | 60.02 | 20.11 | - |
| YUV | 199.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 98 | 0 | 0.15 | 0.58 | 0.07 | 44.35 | 0.78 | 0.65 |
| Hex | EC | C8 | 62 | 0 | F | 3A | 7 | 2C | 4E | 41 |
| Octal | 354 | 310 | 142 | 0 | 17 | 72 | 7 | 54 | 116 | 101 |
| Binary | 11101100 | 11001000 | 1100010 | 0 | 1111 | 111010 | 111 | 101100 | 1001110 | 1000001 |
Color Harmonies of #ECC862
Complementary color
Monochromatic Colors of #ECC862
Black with #ECC862
Text Example
Text Example
White with #ECC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC862; }
p { color: rgb(236,200,98); }
H1.HeaderClassName
{
color: #ECC862;
}
.AnyTagClassName
{
color: #ECC862;
}
</style>
background-color css
<style>
a { background-color: #ECC862; }
a { background-color: rgb(236,200,98); }
div.DivClassName
{
background-color: #ECC862;
}
.BgClassName
{
background-color: #ECC862;
}
</style>
border-color css
<style>
span { border-color: #ECC862; }
span { border-color: rgb(236,200,98); }
td.TdClassName
{
border-color: #ECC862;
}
.TagClassName
{
border-color: #ECC862;
}
</style>