Shades of Golden Sand #ECC465
Tints of Golden Sand #ECC465
RGB
CMYK
RGB Variations
Color information
#ECC465 (or 0xECC465) is known color: Golden Sand. HEX triplet: EC, C4 and 65. RGB value is (236,196,101). Sum of RGB (Red+Green+Blue) = 236+196+101=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC465 is #133B9A. Grayscale: #C5C5C5. Windows color (decimal): -1260443 or 6669548. OLE color: 6669548.
HSL color Cylindrical-coordinate representation of color #ECC465: hue angle of 42.22º 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 #ECC465 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 101 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.07 |
| HSL | 42.22º | 0.78% | 0.66% | - |
| HSV(B) | 42.22º | 0.57% | 0.93% | - |
| XYZ | 56.68 | 58.25 | 20.57 | - |
| YUV | 197.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 101 | 0 | 0.17 | 0.57 | 0.07 | 42.22 | 0.78 | 0.66 |
| Hex | EC | C4 | 65 | 0 | 11 | 39 | 7 | 2A | 4E | 42 |
| Octal | 354 | 304 | 145 | 0 | 21 | 71 | 7 | 52 | 116 | 102 |
| Binary | 11101100 | 11000100 | 1100101 | 0 | 10001 | 111001 | 111 | 101010 | 1001110 | 1000010 |
Color Harmonies of #ECC465
Complementary color
Monochromatic Colors of #ECC465
Black with #ECC465
Text Example
Text Example
White with #ECC465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC465; }
p { color: rgb(236,196,101); }
H1.HeaderClassName
{
color: #ECC465;
}
.AnyTagClassName
{
color: #ECC465;
}
</style>
background-color css
<style>
a { background-color: #ECC465; }
a { background-color: rgb(236,196,101); }
div.DivClassName
{
background-color: #ECC465;
}
.BgClassName
{
background-color: #ECC465;
}
</style>
border-color css
<style>
span { border-color: #ECC465; }
span { border-color: rgb(236,196,101); }
td.TdClassName
{
border-color: #ECC465;
}
.TagClassName
{
border-color: #ECC465;
}
</style>