Shades of Golden Sand #ECD16B
Tints of Golden Sand #ECD16B
RGB
CMYK
RGB Variations
Color information
#ECD16B (or 0xECD16B) is known color: Golden Sand. HEX triplet: EC, D1 and 6B. RGB value is (236,209,107). Sum of RGB (Red+Green+Blue) = 236+209+107=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD16B is #132E94. Grayscale: #CDCDCD. Windows color (decimal): -1257109 or 7066092. OLE color: 7066092.
HSL color Cylindrical-coordinate representation of color #ECD16B: hue angle of 47.44º 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 #ECD16B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 107 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.44º | 0.77% | 0.67% | - |
| HSV(B) | 47.44º | 0.55% | 0.93% | - |
| XYZ | 60.05 | 64.5 | 23.19 | - |
| YUV | 205.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 107 | 0 | 0.11 | 0.55 | 0.07 | 47.44 | 0.77 | 0.67 |
| Hex | EC | D1 | 6B | 0 | B | 37 | 7 | 2F | 4D | 43 |
| Octal | 354 | 321 | 153 | 0 | 13 | 67 | 7 | 57 | 115 | 103 |
| Binary | 11101100 | 11010001 | 1101011 | 0 | 1011 | 110111 | 111 | 101111 | 1001101 | 1000011 |
Color Harmonies of #ECD16B
Complementary color
Monochromatic Colors of #ECD16B
Black with #ECD16B
Text Example
Text Example
White with #ECD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD16B; }
p { color: rgb(236,209,107); }
H1.HeaderClassName
{
color: #ECD16B;
}
.AnyTagClassName
{
color: #ECD16B;
}
</style>
background-color css
<style>
a { background-color: #ECD16B; }
a { background-color: rgb(236,209,107); }
div.DivClassName
{
background-color: #ECD16B;
}
.BgClassName
{
background-color: #ECD16B;
}
</style>
border-color css
<style>
span { border-color: #ECD16B; }
span { border-color: rgb(236,209,107); }
td.TdClassName
{
border-color: #ECD16B;
}
.TagClassName
{
border-color: #ECD16B;
}
</style>