Shades of Golden Sand #ECD26B
Tints of Golden Sand #ECD26B
RGB
CMYK
RGB Variations
Color information
#ECD26B (or 0xECD26B) is known color: Golden Sand. HEX triplet: EC, D2 and 6B. RGB value is (236,210,107). Sum of RGB (Red+Green+Blue) = 236+210+107=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD26B is #132D94. Grayscale: #CECECE. Windows color (decimal): -1256853 or 7066348. OLE color: 7066348.
HSL color Cylindrical-coordinate representation of color #ECD26B: hue angle of 47.91º 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 #ECD26B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 107 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.91º | 0.77% | 0.67% | - |
| HSV(B) | 47.91º | 0.55% | 0.93% | - |
| XYZ | 60.29 | 64.99 | 23.28 | - |
| YUV | 206.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 107 | 0 | 0.11 | 0.55 | 0.07 | 47.91 | 0.77 | 0.67 |
| Hex | EC | D2 | 6B | 0 | B | 37 | 7 | 30 | 4D | 43 |
| Octal | 354 | 322 | 153 | 0 | 13 | 67 | 7 | 60 | 115 | 103 |
| Binary | 11101100 | 11010010 | 1101011 | 0 | 1011 | 110111 | 111 | 110000 | 1001101 | 1000011 |
Color Harmonies of #ECD26B
Complementary color
Monochromatic Colors of #ECD26B
Black with #ECD26B
Text Example
Text Example
White with #ECD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD26B; }
p { color: rgb(236,210,107); }
H1.HeaderClassName
{
color: #ECD26B;
}
.AnyTagClassName
{
color: #ECD26B;
}
</style>
background-color css
<style>
a { background-color: #ECD26B; }
a { background-color: rgb(236,210,107); }
div.DivClassName
{
background-color: #ECD26B;
}
.BgClassName
{
background-color: #ECD26B;
}
</style>
border-color css
<style>
span { border-color: #ECD26B; }
span { border-color: rgb(236,210,107); }
td.TdClassName
{
border-color: #ECD26B;
}
.TagClassName
{
border-color: #ECD26B;
}
</style>