Shades of Golden Sand #ECCB71
Tints of Golden Sand #ECCB71
RGB
CMYK
RGB Variations
Color information
#ECCB71 (or 0xECCB71) is known color: Golden Sand. HEX triplet: EC, CB and 71. RGB value is (236,203,113). Sum of RGB (Red+Green+Blue) = 236+203+113=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB71 is #13348E. Grayscale: #CBCBCB. Windows color (decimal): -1258639 or 7457772. OLE color: 7457772.
HSL color Cylindrical-coordinate representation of color #ECCB71: hue angle of 43.9º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECCB71 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 113 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.07 |
| HSL | 43.9º | 0.76% | 0.68% | - |
| HSV(B) | 43.9º | 0.52% | 0.93% | - |
| XYZ | 58.93 | 61.74 | 24.43 | - |
| YUV | 202.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 113 | 0 | 0.14 | 0.52 | 0.07 | 43.9 | 0.76 | 0.68 |
| Hex | EC | CB | 71 | 0 | E | 34 | 7 | 2C | 4C | 44 |
| Octal | 354 | 313 | 161 | 0 | 16 | 64 | 7 | 54 | 114 | 104 |
| Binary | 11101100 | 11001011 | 1110001 | 0 | 1110 | 110100 | 111 | 101100 | 1001100 | 1000100 |
Color Harmonies of #ECCB71
Complementary color
Monochromatic Colors of #ECCB71
Black with #ECCB71
Text Example
Text Example
White with #ECCB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB71; }
p { color: rgb(236,203,113); }
H1.HeaderClassName
{
color: #ECCB71;
}
.AnyTagClassName
{
color: #ECCB71;
}
</style>
background-color css
<style>
a { background-color: #ECCB71; }
a { background-color: rgb(236,203,113); }
div.DivClassName
{
background-color: #ECCB71;
}
.BgClassName
{
background-color: #ECCB71;
}
</style>
border-color css
<style>
span { border-color: #ECCB71; }
span { border-color: rgb(236,203,113); }
td.TdClassName
{
border-color: #ECCB71;
}
.TagClassName
{
border-color: #ECCB71;
}
</style>