Shades of Golden Sand #ECC86A
Tints of Golden Sand #ECC86A
RGB
CMYK
RGB Variations
Color information
#ECC86A (or 0xECC86A) is known color: Golden Sand. HEX triplet: EC, C8 and 6A. RGB value is (236,200,106). Sum of RGB (Red+Green+Blue) = 236+200+106=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC86A is #133795. Grayscale: #C8C8C8. Windows color (decimal): -1259414 or 6998252. OLE color: 6998252.
HSL color Cylindrical-coordinate representation of color #ECC86A: hue angle of 43.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECC86A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 106 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.07 |
| HSL | 43.38º | 0.77% | 0.67% | - |
| HSV(B) | 43.38º | 0.55% | 0.93% | - |
| XYZ | 57.85 | 60.18 | 22.2 | - |
| YUV | 200.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 106 | 0 | 0.15 | 0.55 | 0.07 | 43.38 | 0.77 | 0.67 |
| Hex | EC | C8 | 6A | 0 | F | 37 | 7 | 2B | 4D | 43 |
| Octal | 354 | 310 | 152 | 0 | 17 | 67 | 7 | 53 | 115 | 103 |
| Binary | 11101100 | 11001000 | 1101010 | 0 | 1111 | 110111 | 111 | 101011 | 1001101 | 1000011 |
Color Harmonies of #ECC86A
Complementary color
Monochromatic Colors of #ECC86A
Black with #ECC86A
Text Example
Text Example
White with #ECC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC86A; }
p { color: rgb(236,200,106); }
H1.HeaderClassName
{
color: #ECC86A;
}
.AnyTagClassName
{
color: #ECC86A;
}
</style>
background-color css
<style>
a { background-color: #ECC86A; }
a { background-color: rgb(236,200,106); }
div.DivClassName
{
background-color: #ECC86A;
}
.BgClassName
{
background-color: #ECC86A;
}
</style>
border-color css
<style>
span { border-color: #ECC86A; }
span { border-color: rgb(236,200,106); }
td.TdClassName
{
border-color: #ECC86A;
}
.TagClassName
{
border-color: #ECC86A;
}
</style>