Shades of Golden Sand #ECCB63
Tints of Golden Sand #ECCB63
RGB
CMYK
RGB Variations
Color information
#ECCB63 (or 0xECCB63) is known color: Golden Sand. HEX triplet: EC, CB and 63. RGB value is (236,203,99). Sum of RGB (Red+Green+Blue) = 236+203+99=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB63 is #13349C. Grayscale: #C9C9C9. Windows color (decimal): -1258653 or 6540268. OLE color: 6540268.
HSL color Cylindrical-coordinate representation of color #ECCB63: hue angle of 45.55º 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 #ECCB63 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.55º | 0.78% | 0.66% | - |
| HSV(B) | 45.55º | 0.58% | 0.93% | - |
| XYZ | 58.2 | 61.45 | 20.6 | - |
| YUV | 201.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 99 | 0 | 0.14 | 0.58 | 0.07 | 45.55 | 0.78 | 0.66 |
| Hex | EC | CB | 63 | 0 | E | 3A | 7 | 2E | 4E | 42 |
| Octal | 354 | 313 | 143 | 0 | 16 | 72 | 7 | 56 | 116 | 102 |
| Binary | 11101100 | 11001011 | 1100011 | 0 | 1110 | 111010 | 111 | 101110 | 1001110 | 1000010 |
Color Harmonies of #ECCB63
Complementary color
Monochromatic Colors of #ECCB63
Black with #ECCB63
Text Example
Text Example
White with #ECCB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB63; }
p { color: rgb(236,203,99); }
H1.HeaderClassName
{
color: #ECCB63;
}
.AnyTagClassName
{
color: #ECCB63;
}
</style>
background-color css
<style>
a { background-color: #ECCB63; }
a { background-color: rgb(236,203,99); }
div.DivClassName
{
background-color: #ECCB63;
}
.BgClassName
{
background-color: #ECCB63;
}
</style>
border-color css
<style>
span { border-color: #ECCB63; }
span { border-color: rgb(236,203,99); }
td.TdClassName
{
border-color: #ECCB63;
}
.TagClassName
{
border-color: #ECCB63;
}
</style>