Shades of Golden Sand #ECCF65
Tints of Golden Sand #ECCF65
RGB
CMYK
RGB Variations
Color information
#ECCF65 (or 0xECCF65) is known color: Golden Sand. HEX triplet: EC, CF and 65. RGB value is (236,207,101). Sum of RGB (Red+Green+Blue) = 236+207+101=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF65 is #13309A. Grayscale: #CCCCCC. Windows color (decimal): -1257627 or 6672364. OLE color: 6672364.
HSL color Cylindrical-coordinate representation of color #ECCF65: hue angle of 47.11º 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 #ECCF65 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 101 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.07 |
| HSL | 47.11º | 0.78% | 0.66% | - |
| HSV(B) | 47.11º | 0.57% | 0.93% | - |
| XYZ | 59.25 | 63.4 | 21.43 | - |
| YUV | 203.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 101 | 0 | 0.12 | 0.57 | 0.07 | 47.11 | 0.78 | 0.66 |
| Hex | EC | CF | 65 | 0 | C | 39 | 7 | 2F | 4E | 42 |
| Octal | 354 | 317 | 145 | 0 | 14 | 71 | 7 | 57 | 116 | 102 |
| Binary | 11101100 | 11001111 | 1100101 | 0 | 1100 | 111001 | 111 | 101111 | 1001110 | 1000010 |
Color Harmonies of #ECCF65
Complementary color
Monochromatic Colors of #ECCF65
Black with #ECCF65
Text Example
Text Example
White with #ECCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF65; }
p { color: rgb(236,207,101); }
H1.HeaderClassName
{
color: #ECCF65;
}
.AnyTagClassName
{
color: #ECCF65;
}
</style>
background-color css
<style>
a { background-color: #ECCF65; }
a { background-color: rgb(236,207,101); }
div.DivClassName
{
background-color: #ECCF65;
}
.BgClassName
{
background-color: #ECCF65;
}
</style>
border-color css
<style>
span { border-color: #ECCF65; }
span { border-color: rgb(236,207,101); }
td.TdClassName
{
border-color: #ECCF65;
}
.TagClassName
{
border-color: #ECCF65;
}
</style>