Shades of Golden Sand #ECCB65
Tints of Golden Sand #ECCB65
RGB
CMYK
RGB Variations
Color information
#ECCB65 (or 0xECCB65) is known color: Golden Sand. HEX triplet: EC, CB and 65. RGB value is (236,203,101). Sum of RGB (Red+Green+Blue) = 236+203+101=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB65 is #13349A. Grayscale: #C9C9C9. Windows color (decimal): -1258651 or 6671340. OLE color: 6671340.
HSL color Cylindrical-coordinate representation of color #ECCB65: hue angle of 45.33º 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 #ECCB65 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 101 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.07 |
| HSL | 45.33º | 0.78% | 0.66% | - |
| HSV(B) | 45.33º | 0.57% | 0.93% | - |
| XYZ | 58.3 | 61.48 | 21.11 | - |
| YUV | 201.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 101 | 0 | 0.14 | 0.57 | 0.07 | 45.33 | 0.78 | 0.66 |
| Hex | EC | CB | 65 | 0 | E | 39 | 7 | 2D | 4E | 42 |
| Octal | 354 | 313 | 145 | 0 | 16 | 71 | 7 | 55 | 116 | 102 |
| Binary | 11101100 | 11001011 | 1100101 | 0 | 1110 | 111001 | 111 | 101101 | 1001110 | 1000010 |
Color Harmonies of #ECCB65
Complementary color
Monochromatic Colors of #ECCB65
Black with #ECCB65
Text Example
Text Example
White with #ECCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB65; }
p { color: rgb(236,203,101); }
H1.HeaderClassName
{
color: #ECCB65;
}
.AnyTagClassName
{
color: #ECCB65;
}
</style>
background-color css
<style>
a { background-color: #ECCB65; }
a { background-color: rgb(236,203,101); }
div.DivClassName
{
background-color: #ECCB65;
}
.BgClassName
{
background-color: #ECCB65;
}
</style>
border-color css
<style>
span { border-color: #ECCB65; }
span { border-color: rgb(236,203,101); }
td.TdClassName
{
border-color: #ECCB65;
}
.TagClassName
{
border-color: #ECCB65;
}
</style>