Shades of Golden Sand #ECCF62
Tints of Golden Sand #ECCF62
RGB
CMYK
RGB Variations
Color information
#ECCF62 (or 0xECCF62) is known color: Golden Sand. HEX triplet: EC, CF and 62. RGB value is (236,207,98). Sum of RGB (Red+Green+Blue) = 236+207+98=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF62 is #13309D. Grayscale: #CBCBCB. Windows color (decimal): -1257630 or 6475756. OLE color: 6475756.
HSL color Cylindrical-coordinate representation of color #ECCF62: hue angle of 47.39º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECCF62 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 98 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.07 |
| HSL | 47.39º | 0.78% | 0.65% | - |
| HSV(B) | 47.39º | 0.58% | 0.93% | - |
| XYZ | 59.11 | 63.34 | 20.67 | - |
| YUV | 203.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 98 | 0 | 0.12 | 0.58 | 0.07 | 47.39 | 0.78 | 0.65 |
| Hex | EC | CF | 62 | 0 | C | 3A | 7 | 2F | 4E | 41 |
| Octal | 354 | 317 | 142 | 0 | 14 | 72 | 7 | 57 | 116 | 101 |
| Binary | 11101100 | 11001111 | 1100010 | 0 | 1100 | 111010 | 111 | 101111 | 1001110 | 1000001 |
Color Harmonies of #ECCF62
Complementary color
Monochromatic Colors of #ECCF62
Black with #ECCF62
Text Example
Text Example
White with #ECCF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF62; }
p { color: rgb(236,207,98); }
H1.HeaderClassName
{
color: #ECCF62;
}
.AnyTagClassName
{
color: #ECCF62;
}
</style>
background-color css
<style>
a { background-color: #ECCF62; }
a { background-color: rgb(236,207,98); }
div.DivClassName
{
background-color: #ECCF62;
}
.BgClassName
{
background-color: #ECCF62;
}
</style>
border-color css
<style>
span { border-color: #ECCF62; }
span { border-color: rgb(236,207,98); }
td.TdClassName
{
border-color: #ECCF62;
}
.TagClassName
{
border-color: #ECCF62;
}
</style>