Shades of Golden Sand #ECC369
Tints of Golden Sand #ECC369
RGB
CMYK
RGB Variations
Color information
#ECC369 (or 0xECC369) is known color: Golden Sand. HEX triplet: EC, C3 and 69. RGB value is (236,195,105). Sum of RGB (Red+Green+Blue) = 236+195+105=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC369 is #133C96. Grayscale: #C5C5C5. Windows color (decimal): -1260695 or 6931436. OLE color: 6931436.
HSL color Cylindrical-coordinate representation of color #ECC369: hue angle of 41.22º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECC369 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 105 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.22º | 0.78% | 0.67% | - |
| HSV(B) | 41.22º | 0.56% | 0.93% | - |
| XYZ | 56.66 | 57.88 | 21.55 | - |
| YUV | 197 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 105 | 0 | 0.17 | 0.56 | 0.07 | 41.22 | 0.78 | 0.67 |
| Hex | EC | C3 | 69 | 0 | 11 | 38 | 7 | 29 | 4E | 43 |
| Octal | 354 | 303 | 151 | 0 | 21 | 70 | 7 | 51 | 116 | 103 |
| Binary | 11101100 | 11000011 | 1101001 | 0 | 10001 | 111000 | 111 | 101001 | 1001110 | 1000011 |
Color Harmonies of #ECC369
Complementary color
Monochromatic Colors of #ECC369
Black with #ECC369
Text Example
Text Example
White with #ECC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC369; }
p { color: rgb(236,195,105); }
H1.HeaderClassName
{
color: #ECC369;
}
.AnyTagClassName
{
color: #ECC369;
}
</style>
background-color css
<style>
a { background-color: #ECC369; }
a { background-color: rgb(236,195,105); }
div.DivClassName
{
background-color: #ECC369;
}
.BgClassName
{
background-color: #ECC369;
}
</style>
border-color css
<style>
span { border-color: #ECC369; }
span { border-color: rgb(236,195,105); }
td.TdClassName
{
border-color: #ECC369;
}
.TagClassName
{
border-color: #ECC369;
}
</style>