Shades of Golden Sand #ECC967
Tints of Golden Sand #ECC967
RGB
CMYK
RGB Variations
Color information
#ECC967 (or 0xECC967) is known color: Golden Sand. HEX triplet: EC, C9 and 67. RGB value is (236,201,103). Sum of RGB (Red+Green+Blue) = 236+201+103=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC967 is #133698. Grayscale: #C8C8C8. Windows color (decimal): -1259161 or 6801900. OLE color: 6801900.
HSL color Cylindrical-coordinate representation of color #ECC967: hue angle of 44.21º 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 #ECC967 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 103 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.07 |
| HSL | 44.21º | 0.78% | 0.66% | - |
| HSV(B) | 44.21º | 0.56% | 0.93% | - |
| XYZ | 57.93 | 60.59 | 21.47 | - |
| YUV | 200.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 103 | 0 | 0.15 | 0.56 | 0.07 | 44.21 | 0.78 | 0.66 |
| Hex | EC | C9 | 67 | 0 | F | 38 | 7 | 2C | 4E | 42 |
| Octal | 354 | 311 | 147 | 0 | 17 | 70 | 7 | 54 | 116 | 102 |
| Binary | 11101100 | 11001001 | 1100111 | 0 | 1111 | 111000 | 111 | 101100 | 1001110 | 1000010 |
Color Harmonies of #ECC967
Complementary color
Monochromatic Colors of #ECC967
Black with #ECC967
Text Example
Text Example
White with #ECC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC967; }
p { color: rgb(236,201,103); }
H1.HeaderClassName
{
color: #ECC967;
}
.AnyTagClassName
{
color: #ECC967;
}
</style>
background-color css
<style>
a { background-color: #ECC967; }
a { background-color: rgb(236,201,103); }
div.DivClassName
{
background-color: #ECC967;
}
.BgClassName
{
background-color: #ECC967;
}
</style>
border-color css
<style>
span { border-color: #ECC967; }
span { border-color: rgb(236,201,103); }
td.TdClassName
{
border-color: #ECC967;
}
.TagClassName
{
border-color: #ECC967;
}
</style>