Shades of Golden Sand #ECD167
Tints of Golden Sand #ECD167
RGB
CMYK
RGB Variations
Color information
#ECD167 (or 0xECD167) is known color: Golden Sand. HEX triplet: EC, D1 and 67. RGB value is (236,209,103). Sum of RGB (Red+Green+Blue) = 236+209+103=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD167 is #132E98. Grayscale: #CDCDCD. Windows color (decimal): -1257113 or 6803948. OLE color: 6803948.
HSL color Cylindrical-coordinate representation of color #ECD167: hue angle of 47.82º 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 #ECD167 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 103 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 47.82º | 0.78% | 0.66% | - |
| HSV(B) | 47.82º | 0.56% | 0.93% | - |
| XYZ | 59.84 | 64.41 | 22.11 | - |
| YUV | 204.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 103 | 0 | 0.11 | 0.56 | 0.07 | 47.82 | 0.78 | 0.66 |
| Hex | EC | D1 | 67 | 0 | B | 38 | 7 | 30 | 4E | 42 |
| Octal | 354 | 321 | 147 | 0 | 13 | 70 | 7 | 60 | 116 | 102 |
| Binary | 11101100 | 11010001 | 1100111 | 0 | 1011 | 111000 | 111 | 110000 | 1001110 | 1000010 |
Color Harmonies of #ECD167
Complementary color
Monochromatic Colors of #ECD167
Black with #ECD167
Text Example
Text Example
White with #ECD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD167; }
p { color: rgb(236,209,103); }
H1.HeaderClassName
{
color: #ECD167;
}
.AnyTagClassName
{
color: #ECD167;
}
</style>
background-color css
<style>
a { background-color: #ECD167; }
a { background-color: rgb(236,209,103); }
div.DivClassName
{
background-color: #ECD167;
}
.BgClassName
{
background-color: #ECD167;
}
</style>
border-color css
<style>
span { border-color: #ECD167; }
span { border-color: rgb(236,209,103); }
td.TdClassName
{
border-color: #ECD167;
}
.TagClassName
{
border-color: #ECD167;
}
</style>