Shades of Golden Sand #ECC867
Tints of Golden Sand #ECC867
RGB
CMYK
RGB Variations
Color information
#ECC867 (or 0xECC867) is known color: Golden Sand. HEX triplet: EC, C8 and 67. RGB value is (236,200,103). Sum of RGB (Red+Green+Blue) = 236+200+103=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC867 is #133798. Grayscale: #C8C8C8. Windows color (decimal): -1259417 or 6801644. OLE color: 6801644.
HSL color Cylindrical-coordinate representation of color #ECC867: hue angle of 43.76º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECC867 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 103 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.07 |
| HSL | 43.76º | 0.78% | 0.66% | - |
| HSV(B) | 43.76º | 0.56% | 0.93% | - |
| XYZ | 57.69 | 60.12 | 21.4 | - |
| YUV | 199.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 103 | 0 | 0.15 | 0.56 | 0.07 | 43.76 | 0.78 | 0.66 |
| Hex | EC | C8 | 67 | 0 | F | 38 | 7 | 2C | 4E | 42 |
| Octal | 354 | 310 | 147 | 0 | 17 | 70 | 7 | 54 | 116 | 102 |
| Binary | 11101100 | 11001000 | 1100111 | 0 | 1111 | 111000 | 111 | 101100 | 1001110 | 1000010 |
Color Harmonies of #ECC867
Complementary color
Monochromatic Colors of #ECC867
Black with #ECC867
Text Example
Text Example
White with #ECC867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC867; }
p { color: rgb(236,200,103); }
H1.HeaderClassName
{
color: #ECC867;
}
.AnyTagClassName
{
color: #ECC867;
}
</style>
background-color css
<style>
a { background-color: #ECC867; }
a { background-color: rgb(236,200,103); }
div.DivClassName
{
background-color: #ECC867;
}
.BgClassName
{
background-color: #ECC867;
}
</style>
border-color css
<style>
span { border-color: #ECC867; }
span { border-color: rgb(236,200,103); }
td.TdClassName
{
border-color: #ECC867;
}
.TagClassName
{
border-color: #ECC867;
}
</style>