Shades of Golden Sand #ECCF68
Tints of Golden Sand #ECCF68
RGB
CMYK
RGB Variations
Color information
#ECCF68 (or 0xECCF68) is known color: Golden Sand. HEX triplet: EC, CF and 68. RGB value is (236,207,104). Sum of RGB (Red+Green+Blue) = 236+207+104=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF68 is #133097. Grayscale: #CCCCCC. Windows color (decimal): -1257624 or 6868972. OLE color: 6868972.
HSL color Cylindrical-coordinate representation of color #ECCF68: hue angle of 46.82º 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 #ECCF68 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 104 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.07 |
| HSL | 46.82º | 0.78% | 0.67% | - |
| HSV(B) | 46.82º | 0.56% | 0.93% | - |
| XYZ | 59.4 | 63.46 | 22.21 | - |
| YUV | 203.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 104 | 0 | 0.12 | 0.56 | 0.07 | 46.82 | 0.78 | 0.67 |
| Hex | EC | CF | 68 | 0 | C | 38 | 7 | 2F | 4E | 43 |
| Octal | 354 | 317 | 150 | 0 | 14 | 70 | 7 | 57 | 116 | 103 |
| Binary | 11101100 | 11001111 | 1101000 | 0 | 1100 | 111000 | 111 | 101111 | 1001110 | 1000011 |
Color Harmonies of #ECCF68
Complementary color
Monochromatic Colors of #ECCF68
Black with #ECCF68
Text Example
Text Example
White with #ECCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF68; }
p { color: rgb(236,207,104); }
H1.HeaderClassName
{
color: #ECCF68;
}
.AnyTagClassName
{
color: #ECCF68;
}
</style>
background-color css
<style>
a { background-color: #ECCF68; }
a { background-color: rgb(236,207,104); }
div.DivClassName
{
background-color: #ECCF68;
}
.BgClassName
{
background-color: #ECCF68;
}
</style>
border-color css
<style>
span { border-color: #ECCF68; }
span { border-color: rgb(236,207,104); }
td.TdClassName
{
border-color: #ECCF68;
}
.TagClassName
{
border-color: #ECCF68;
}
</style>