Shades of Golden Sand #ECC364
Tints of Golden Sand #ECC364
RGB
CMYK
RGB Variations
Color information
#ECC364 (or 0xECC364) is known color: Golden Sand. HEX triplet: EC, C3 and 64. RGB value is (236,195,100). Sum of RGB (Red+Green+Blue) = 236+195+100=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC364 is #133C9B. Grayscale: #C4C4C4. Windows color (decimal): -1260700 or 6603756. OLE color: 6603756.
HSL color Cylindrical-coordinate representation of color #ECC364: hue angle of 41.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECC364 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 100 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.07 |
| HSL | 41.91º | 0.78% | 0.66% | - |
| HSV(B) | 41.91º | 0.58% | 0.93% | - |
| XYZ | 56.41 | 57.78 | 20.24 | - |
| YUV | 196.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 100 | 0 | 0.17 | 0.58 | 0.07 | 41.91 | 0.78 | 0.66 |
| Hex | EC | C3 | 64 | 0 | 11 | 3A | 7 | 2A | 4E | 42 |
| Octal | 354 | 303 | 144 | 0 | 21 | 72 | 7 | 52 | 116 | 102 |
| Binary | 11101100 | 11000011 | 1100100 | 0 | 10001 | 111010 | 111 | 101010 | 1001110 | 1000010 |
Color Harmonies of #ECC364
Complementary color
Monochromatic Colors of #ECC364
Black with #ECC364
Text Example
Text Example
White with #ECC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC364; }
p { color: rgb(236,195,100); }
H1.HeaderClassName
{
color: #ECC364;
}
.AnyTagClassName
{
color: #ECC364;
}
</style>
background-color css
<style>
a { background-color: #ECC364; }
a { background-color: rgb(236,195,100); }
div.DivClassName
{
background-color: #ECC364;
}
.BgClassName
{
background-color: #ECC364;
}
</style>
border-color css
<style>
span { border-color: #ECC364; }
span { border-color: rgb(236,195,100); }
td.TdClassName
{
border-color: #ECC364;
}
.TagClassName
{
border-color: #ECC364;
}
</style>