Shades of Golden Sand #ECCC67
Tints of Golden Sand #ECCC67
RGB
CMYK
RGB Variations
Color information
#ECCC67 (or 0xECCC67) is known color: Golden Sand. HEX triplet: EC, CC and 67. RGB value is (236,204,103). Sum of RGB (Red+Green+Blue) = 236+204+103=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC67 is #133398. Grayscale: #CACACA. Windows color (decimal): -1258393 or 6802668. OLE color: 6802668.
HSL color Cylindrical-coordinate representation of color #ECCC67: hue angle of 45.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECCC67 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 103 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45.56º | 0.78% | 0.66% | - |
| HSV(B) | 45.56º | 0.56% | 0.93% | - |
| XYZ | 58.63 | 62 | 21.71 | - |
| YUV | 202.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 103 | 0 | 0.14 | 0.56 | 0.07 | 45.56 | 0.78 | 0.66 |
| Hex | EC | CC | 67 | 0 | E | 38 | 7 | 2E | 4E | 42 |
| Octal | 354 | 314 | 147 | 0 | 16 | 70 | 7 | 56 | 116 | 102 |
| Binary | 11101100 | 11001100 | 1100111 | 0 | 1110 | 111000 | 111 | 101110 | 1001110 | 1000010 |
Color Harmonies of #ECCC67
Complementary color
Monochromatic Colors of #ECCC67
Black with #ECCC67
Text Example
Text Example
White with #ECCC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC67; }
p { color: rgb(236,204,103); }
H1.HeaderClassName
{
color: #ECCC67;
}
.AnyTagClassName
{
color: #ECCC67;
}
</style>
background-color css
<style>
a { background-color: #ECCC67; }
a { background-color: rgb(236,204,103); }
div.DivClassName
{
background-color: #ECCC67;
}
.BgClassName
{
background-color: #ECCC67;
}
</style>
border-color css
<style>
span { border-color: #ECCC67; }
span { border-color: rgb(236,204,103); }
td.TdClassName
{
border-color: #ECCC67;
}
.TagClassName
{
border-color: #ECCC67;
}
</style>