Shades of Golden Sand #ECD26C
Tints of Golden Sand #ECD26C
RGB
CMYK
RGB Variations
Color information
#ECD26C (or 0xECD26C) is known color: Golden Sand. HEX triplet: EC, D2 and 6C. RGB value is (236,210,108). Sum of RGB (Red+Green+Blue) = 236+210+108=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD26C is #132D93. Grayscale: #CECECE. Windows color (decimal): -1256852 or 7131884. OLE color: 7131884.
HSL color Cylindrical-coordinate representation of color #ECD26C: hue angle of 47.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECD26C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 108 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.07 |
| HSL | 47.81º | 0.77% | 0.67% | - |
| HSV(B) | 47.81º | 0.54% | 0.93% | - |
| XYZ | 60.35 | 65.01 | 23.55 | - |
| YUV | 206.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 108 | 0 | 0.11 | 0.54 | 0.07 | 47.81 | 0.77 | 0.67 |
| Hex | EC | D2 | 6C | 0 | B | 36 | 7 | 30 | 4D | 43 |
| Octal | 354 | 322 | 154 | 0 | 13 | 66 | 7 | 60 | 115 | 103 |
| Binary | 11101100 | 11010010 | 1101100 | 0 | 1011 | 110110 | 111 | 110000 | 1001101 | 1000011 |
Color Harmonies of #ECD26C
Complementary color
Monochromatic Colors of #ECD26C
Black with #ECD26C
Text Example
Text Example
White with #ECD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD26C; }
p { color: rgb(236,210,108); }
H1.HeaderClassName
{
color: #ECD26C;
}
.AnyTagClassName
{
color: #ECD26C;
}
</style>
background-color css
<style>
a { background-color: #ECD26C; }
a { background-color: rgb(236,210,108); }
div.DivClassName
{
background-color: #ECD26C;
}
.BgClassName
{
background-color: #ECD26C;
}
</style>
border-color css
<style>
span { border-color: #ECD26C; }
span { border-color: rgb(236,210,108); }
td.TdClassName
{
border-color: #ECD26C;
}
.TagClassName
{
border-color: #ECD26C;
}
</style>