Shades of Golden Sand #ECC766
Tints of Golden Sand #ECC766
RGB
CMYK
RGB Variations
Color information
#ECC766 (or 0xECC766) is known color: Golden Sand. HEX triplet: EC, C7 and 66. RGB value is (236,199,102). Sum of RGB (Red+Green+Blue) = 236+199+102=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC766 is #133899. Grayscale: #C7C7C7. Windows color (decimal): -1259674 or 6735852. OLE color: 6735852.
HSL color Cylindrical-coordinate representation of color #ECC766: hue angle of 43.43º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC766 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 102 | - |
CMYK | 0 | 0.16 | 0.57 | 0.07 |
HSL | 43.43º | 0.78% | 0.66% | - |
HSV(B) | 43.43º | 0.57% | 0.93% | - |
XYZ | 57.41 | 59.64 | 21.06 | - |
YUV | 199.01 | 73.26 | 154.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 102 | 0 | 0.16 | 0.57 | 0.07 | 43.43 | 0.78 | 0.66 |
Hex | EC | C7 | 66 | 0 | 10 | 39 | 7 | 2B | 4E | 42 |
Octal | 354 | 307 | 146 | 0 | 20 | 71 | 7 | 53 | 116 | 102 |
Binary | 11101100 | 11000111 | 1100110 | 0 | 10000 | 111001 | 111 | 101011 | 1001110 | 1000010 |
Color Harmonies of #ECC766
Complementary color
Monochromatic Colors of #ECC766
Black with #ECC766
Text Example
Text Example
White with #ECC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC766; }
p { color: rgb(236,199,102); }
H1.HeaderClassName
{
color: #ECC766;
}
.AnyTagClassName
{
color: #ECC766;
}
</style>
background-color css
<style>
a { background-color: #ECC766; }
a { background-color: rgb(236,199,102); }
div.DivClassName
{
background-color: #ECC766;
}
.BgClassName
{
background-color: #ECC766;
}
</style>
border-color css
<style>
span { border-color: #ECC766; }
span { border-color: rgb(236,199,102); }
td.TdClassName
{
border-color: #ECC766;
}
.TagClassName
{
border-color: #ECC766;
}
</style>