Shades of Golden Sand #ECD565
Tints of Golden Sand #ECD565
RGB
CMYK
RGB Variations
Color information
#ECD565 (or 0xECD565) is known color: Golden Sand. HEX triplet: EC, D5 and 65. RGB value is (236,213,101). Sum of RGB (Red+Green+Blue) = 236+213+101=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD565 is #132A9A. Grayscale: #CFCFCF. Windows color (decimal): -1256091 or 6673900. OLE color: 6673900.
HSL color Cylindrical-coordinate representation of color #ECD565: hue angle of 49.78º 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 #ECD565 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 101 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.07 |
| HSL | 49.78º | 0.78% | 0.66% | - |
| HSV(B) | 49.78º | 0.57% | 0.93% | - |
| XYZ | 60.74 | 66.36 | 21.92 | - |
| YUV | 207.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 101 | 0 | 0.10 | 0.57 | 0.07 | 49.78 | 0.78 | 0.66 |
| Hex | EC | D5 | 65 | 0 | A | 39 | 7 | 32 | 4E | 42 |
| Octal | 354 | 325 | 145 | 0 | 12 | 71 | 7 | 62 | 116 | 102 |
| Binary | 11101100 | 11010101 | 1100101 | 0 | 1010 | 111001 | 111 | 110010 | 1001110 | 1000010 |
Color Harmonies of #ECD565
Complementary color
Monochromatic Colors of #ECD565
Black with #ECD565
Text Example
Text Example
White with #ECD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD565; }
p { color: rgb(236,213,101); }
H1.HeaderClassName
{
color: #ECD565;
}
.AnyTagClassName
{
color: #ECD565;
}
</style>
background-color css
<style>
a { background-color: #ECD565; }
a { background-color: rgb(236,213,101); }
div.DivClassName
{
background-color: #ECD565;
}
.BgClassName
{
background-color: #ECD565;
}
</style>
border-color css
<style>
span { border-color: #ECD565; }
span { border-color: rgb(236,213,101); }
td.TdClassName
{
border-color: #ECD565;
}
.TagClassName
{
border-color: #ECD565;
}
</style>