Shades of Golden Sand #ECCA68
Tints of Golden Sand #ECCA68
RGB
CMYK
RGB Variations
Color information
#ECCA68 (or 0xECCA68) is known color: Golden Sand. HEX triplet: EC, CA and 68. RGB value is (236,202,104). Sum of RGB (Red+Green+Blue) = 236+202+104=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA68 is #133597. Grayscale: #C9C9C9. Windows color (decimal): -1258904 or 6867692. OLE color: 6867692.
HSL color Cylindrical-coordinate representation of color #ECCA68: hue angle of 44.55º 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 #ECCA68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 104 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 44.55º | 0.78% | 0.67% | - |
| HSV(B) | 44.55º | 0.56% | 0.93% | - |
| XYZ | 58.21 | 61.07 | 21.82 | - |
| YUV | 200.99 | 73.26 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 104 | 0 | 0.14 | 0.56 | 0.07 | 44.55 | 0.78 | 0.67 |
| Hex | EC | CA | 68 | 0 | E | 38 | 7 | 2D | 4E | 43 |
| Octal | 354 | 312 | 150 | 0 | 16 | 70 | 7 | 55 | 116 | 103 |
| Binary | 11101100 | 11001010 | 1101000 | 0 | 1110 | 111000 | 111 | 101101 | 1001110 | 1000011 |
Color Harmonies of #ECCA68
Complementary color
Monochromatic Colors of #ECCA68
Black with #ECCA68
Text Example
Text Example
White with #ECCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA68; }
p { color: rgb(236,202,104); }
H1.HeaderClassName
{
color: #ECCA68;
}
.AnyTagClassName
{
color: #ECCA68;
}
</style>
background-color css
<style>
a { background-color: #ECCA68; }
a { background-color: rgb(236,202,104); }
div.DivClassName
{
background-color: #ECCA68;
}
.BgClassName
{
background-color: #ECCA68;
}
</style>
border-color css
<style>
span { border-color: #ECCA68; }
span { border-color: rgb(236,202,104); }
td.TdClassName
{
border-color: #ECCA68;
}
.TagClassName
{
border-color: #ECCA68;
}
</style>