Shades of Golden Sand #ECCC6D
Tints of Golden Sand #ECCC6D
RGB
CMYK
RGB Variations
Color information
#ECCC6D (or 0xECCC6D) is known color: Golden Sand. HEX triplet: EC, CC and 6D. RGB value is (236,204,109). Sum of RGB (Red+Green+Blue) = 236+204+109=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC6D is #133392. Grayscale: #CBCBCB. Windows color (decimal): -1258387 or 7195884. OLE color: 7195884.
HSL color Cylindrical-coordinate representation of color #ECCC6D: hue angle of 44.88º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECCC6D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 109 | - |
CMYK | 0 | 0.14 | 0.54 | 0.07 |
HSL | 44.88º | 0.77% | 0.68% | - |
HSV(B) | 44.88º | 0.54% | 0.93% | - |
XYZ | 58.95 | 62.12 | 23.35 | - |
YUV | 202.74 | 75.1 | 151.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 109 | 0 | 0.14 | 0.54 | 0.07 | 44.88 | 0.77 | 0.68 |
Hex | EC | CC | 6D | 0 | E | 36 | 7 | 2D | 4D | 44 |
Octal | 354 | 314 | 155 | 0 | 16 | 66 | 7 | 55 | 115 | 104 |
Binary | 11101100 | 11001100 | 1101101 | 0 | 1110 | 110110 | 111 | 101101 | 1001101 | 1000100 |
Color Harmonies of #ECCC6D
Complementary color
Monochromatic Colors of #ECCC6D
Black with #ECCC6D
Text Example
Text Example
White with #ECCC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC6D; }
p { color: rgb(236,204,109); }
H1.HeaderClassName
{
color: #ECCC6D;
}
.AnyTagClassName
{
color: #ECCC6D;
}
</style>
background-color css
<style>
a { background-color: #ECCC6D; }
a { background-color: rgb(236,204,109); }
div.DivClassName
{
background-color: #ECCC6D;
}
.BgClassName
{
background-color: #ECCC6D;
}
</style>
border-color css
<style>
span { border-color: #ECCC6D; }
span { border-color: rgb(236,204,109); }
td.TdClassName
{
border-color: #ECCC6D;
}
.TagClassName
{
border-color: #ECCC6D;
}
</style>