Shades of Golden Sand #ECC66B
Tints of Golden Sand #ECC66B
RGB
CMYK
RGB Variations
Color information
#ECC66B (or 0xECC66B) is known color: Golden Sand. HEX triplet: EC, C6 and 6B. RGB value is (236,198,107). Sum of RGB (Red+Green+Blue) = 236+198+107=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC66B is #133994. Grayscale: #C7C7C7. Windows color (decimal): -1259925 or 7063276. OLE color: 7063276.
HSL color Cylindrical-coordinate representation of color #ECC66B: hue angle of 42.33º 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 #ECC66B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 107 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.33º | 0.77% | 0.67% | - |
| HSV(B) | 42.33º | 0.55% | 0.93% | - |
| XYZ | 57.44 | 59.28 | 22.33 | - |
| YUV | 198.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 107 | 0 | 0.16 | 0.55 | 0.07 | 42.33 | 0.77 | 0.67 |
| Hex | EC | C6 | 6B | 0 | 10 | 37 | 7 | 2A | 4D | 43 |
| Octal | 354 | 306 | 153 | 0 | 20 | 67 | 7 | 52 | 115 | 103 |
| Binary | 11101100 | 11000110 | 1101011 | 0 | 10000 | 110111 | 111 | 101010 | 1001101 | 1000011 |
Color Harmonies of #ECC66B
Complementary color
Monochromatic Colors of #ECC66B
Black with #ECC66B
Text Example
Text Example
White with #ECC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC66B; }
p { color: rgb(236,198,107); }
H1.HeaderClassName
{
color: #ECC66B;
}
.AnyTagClassName
{
color: #ECC66B;
}
</style>
background-color css
<style>
a { background-color: #ECC66B; }
a { background-color: rgb(236,198,107); }
div.DivClassName
{
background-color: #ECC66B;
}
.BgClassName
{
background-color: #ECC66B;
}
</style>
border-color css
<style>
span { border-color: #ECC66B; }
span { border-color: rgb(236,198,107); }
td.TdClassName
{
border-color: #ECC66B;
}
.TagClassName
{
border-color: #ECC66B;
}
</style>