Shades of Golden Sand #ECC568
Tints of Golden Sand #ECC568
RGB
CMYK
RGB Variations
Color information
#ECC568 (or 0xECC568) is known color: Golden Sand. HEX triplet: EC, C5 and 68. RGB value is (236,197,104). Sum of RGB (Red+Green+Blue) = 236+197+104=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC568 is #133A97. Grayscale: #C6C6C6. Windows color (decimal): -1260184 or 6866412. OLE color: 6866412.
HSL color Cylindrical-coordinate representation of color #ECC568: hue angle of 42.27º 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 #ECC568 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 104 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 42.27º | 0.78% | 0.67% | - |
| HSV(B) | 42.27º | 0.56% | 0.93% | - |
| XYZ | 57.06 | 58.76 | 21.43 | - |
| YUV | 198.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 104 | 0 | 0.17 | 0.56 | 0.07 | 42.27 | 0.78 | 0.67 |
| Hex | EC | C5 | 68 | 0 | 11 | 38 | 7 | 2A | 4E | 43 |
| Octal | 354 | 305 | 150 | 0 | 21 | 70 | 7 | 52 | 116 | 103 |
| Binary | 11101100 | 11000101 | 1101000 | 0 | 10001 | 111000 | 111 | 101010 | 1001110 | 1000011 |
Color Harmonies of #ECC568
Complementary color
Monochromatic Colors of #ECC568
Black with #ECC568
Text Example
Text Example
White with #ECC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC568; }
p { color: rgb(236,197,104); }
H1.HeaderClassName
{
color: #ECC568;
}
.AnyTagClassName
{
color: #ECC568;
}
</style>
background-color css
<style>
a { background-color: #ECC568; }
a { background-color: rgb(236,197,104); }
div.DivClassName
{
background-color: #ECC568;
}
.BgClassName
{
background-color: #ECC568;
}
</style>
border-color css
<style>
span { border-color: #ECC568; }
span { border-color: rgb(236,197,104); }
td.TdClassName
{
border-color: #ECC568;
}
.TagClassName
{
border-color: #ECC568;
}
</style>