Shades of Golden Sand #ECC565
Tints of Golden Sand #ECC565
RGB
CMYK
RGB Variations
Color information
#ECC565 (or 0xECC565) is known color: Golden Sand. HEX triplet: EC, C5 and 65. RGB value is (236,197,101). Sum of RGB (Red+Green+Blue) = 236+197+101=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC565 is #133A9A. Grayscale: #C6C6C6. Windows color (decimal): -1260187 or 6669804. OLE color: 6669804.
HSL color Cylindrical-coordinate representation of color #ECC565: hue angle of 42.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ECC565 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 101 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.07 |
| HSL | 42.67º | 0.78% | 0.66% | - |
| HSV(B) | 42.67º | 0.57% | 0.93% | - |
| XYZ | 56.91 | 58.7 | 20.64 | - |
| YUV | 197.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 101 | 0 | 0.17 | 0.57 | 0.07 | 42.67 | 0.78 | 0.66 |
| Hex | EC | C5 | 65 | 0 | 11 | 39 | 7 | 2B | 4E | 42 |
| Octal | 354 | 305 | 145 | 0 | 21 | 71 | 7 | 53 | 116 | 102 |
| Binary | 11101100 | 11000101 | 1100101 | 0 | 10001 | 111001 | 111 | 101011 | 1001110 | 1000010 |
Color Harmonies of #ECC565
Complementary color
Monochromatic Colors of #ECC565
Black with #ECC565
Text Example
Text Example
White with #ECC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC565; }
p { color: rgb(236,197,101); }
H1.HeaderClassName
{
color: #ECC565;
}
.AnyTagClassName
{
color: #ECC565;
}
</style>
background-color css
<style>
a { background-color: #ECC565; }
a { background-color: rgb(236,197,101); }
div.DivClassName
{
background-color: #ECC565;
}
.BgClassName
{
background-color: #ECC565;
}
</style>
border-color css
<style>
span { border-color: #ECC565; }
span { border-color: rgb(236,197,101); }
td.TdClassName
{
border-color: #ECC565;
}
.TagClassName
{
border-color: #ECC565;
}
</style>