Shades of Golden Sand #ECCB62
Tints of Golden Sand #ECCB62
RGB
CMYK
RGB Variations
Color information
#ECCB62 (or 0xECCB62) is known color: Golden Sand. HEX triplet: EC, CB and 62. RGB value is (236,203,98). Sum of RGB (Red+Green+Blue) = 236+203+98=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB62 is #13349D. Grayscale: #C9C9C9. Windows color (decimal): -1258654 or 6474732. OLE color: 6474732.
HSL color Cylindrical-coordinate representation of color #ECCB62: hue angle of 45.65º 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 #ECCB62 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 98 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.65º | 0.78% | 0.65% | - |
| HSV(B) | 45.65º | 0.58% | 0.93% | - |
| XYZ | 58.15 | 61.43 | 20.35 | - |
| YUV | 200.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 98 | 0 | 0.14 | 0.58 | 0.07 | 45.65 | 0.78 | 0.65 |
| Hex | EC | CB | 62 | 0 | E | 3A | 7 | 2E | 4E | 41 |
| Octal | 354 | 313 | 142 | 0 | 16 | 72 | 7 | 56 | 116 | 101 |
| Binary | 11101100 | 11001011 | 1100010 | 0 | 1110 | 111010 | 111 | 101110 | 1001110 | 1000001 |
Color Harmonies of #ECCB62
Complementary color
Monochromatic Colors of #ECCB62
Black with #ECCB62
Text Example
Text Example
White with #ECCB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB62; }
p { color: rgb(236,203,98); }
H1.HeaderClassName
{
color: #ECCB62;
}
.AnyTagClassName
{
color: #ECCB62;
}
</style>
background-color css
<style>
a { background-color: #ECCB62; }
a { background-color: rgb(236,203,98); }
div.DivClassName
{
background-color: #ECCB62;
}
.BgClassName
{
background-color: #ECCB62;
}
</style>
border-color css
<style>
span { border-color: #ECCB62; }
span { border-color: rgb(236,203,98); }
td.TdClassName
{
border-color: #ECCB62;
}
.TagClassName
{
border-color: #ECCB62;
}
</style>