Shades of Golden Sand #ECCB68
Tints of Golden Sand #ECCB68
RGB
CMYK
RGB Variations
Color information
#ECCB68 (or 0xECCB68) is known color: Golden Sand. HEX triplet: EC, CB and 68. RGB value is (236,203,104). Sum of RGB (Red+Green+Blue) = 236+203+104=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB68 is #133497. Grayscale: #CACACA. Windows color (decimal): -1258648 or 6867948. OLE color: 6867948.
HSL color Cylindrical-coordinate representation of color #ECCB68: hue angle of 45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECCB68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 104 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45º | 0.78% | 0.67% | - |
| HSV(B) | 45º | 0.56% | 0.93% | - |
| XYZ | 58.45 | 61.54 | 21.9 | - |
| YUV | 201.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 104 | 0 | 0.14 | 0.56 | 0.07 | 45 | 0.78 | 0.67 |
| Hex | EC | CB | 68 | 0 | E | 38 | 7 | 2D | 4E | 43 |
| Octal | 354 | 313 | 150 | 0 | 16 | 70 | 7 | 55 | 116 | 103 |
| Binary | 11101100 | 11001011 | 1101000 | 0 | 1110 | 111000 | 111 | 101101 | 1001110 | 1000011 |
Color Harmonies of #ECCB68
Complementary color
Monochromatic Colors of #ECCB68
Black with #ECCB68
Text Example
Text Example
White with #ECCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB68; }
p { color: rgb(236,203,104); }
H1.HeaderClassName
{
color: #ECCB68;
}
.AnyTagClassName
{
color: #ECCB68;
}
</style>
background-color css
<style>
a { background-color: #ECCB68; }
a { background-color: rgb(236,203,104); }
div.DivClassName
{
background-color: #ECCB68;
}
.BgClassName
{
background-color: #ECCB68;
}
</style>
border-color css
<style>
span { border-color: #ECCB68; }
span { border-color: rgb(236,203,104); }
td.TdClassName
{
border-color: #ECCB68;
}
.TagClassName
{
border-color: #ECCB68;
}
</style>