Shades of Golden Sand #ECCB6B
Tints of Golden Sand #ECCB6B
RGB
CMYK
RGB Variations
Color information
#ECCB6B (or 0xECCB6B) is known color: Golden Sand. HEX triplet: EC, CB and 6B. RGB value is (236,203,107). Sum of RGB (Red+Green+Blue) = 236+203+107=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB6B is #133494. Grayscale: #CACACA. Windows color (decimal): -1258645 or 7064556. OLE color: 7064556.
HSL color Cylindrical-coordinate representation of color #ECCB6B: hue angle of 44.65º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECCB6B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 107 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.07 |
| HSL | 44.65º | 0.77% | 0.67% | - |
| HSV(B) | 44.65º | 0.55% | 0.93% | - |
| XYZ | 58.6 | 61.61 | 22.71 | - |
| YUV | 201.92 | 74.43 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 107 | 0 | 0.14 | 0.55 | 0.07 | 44.65 | 0.77 | 0.67 |
| Hex | EC | CB | 6B | 0 | E | 37 | 7 | 2D | 4D | 43 |
| Octal | 354 | 313 | 153 | 0 | 16 | 67 | 7 | 55 | 115 | 103 |
| Binary | 11101100 | 11001011 | 1101011 | 0 | 1110 | 110111 | 111 | 101101 | 1001101 | 1000011 |
Color Harmonies of #ECCB6B
Complementary color
Monochromatic Colors of #ECCB6B
Black with #ECCB6B
Text Example
Text Example
White with #ECCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB6B; }
p { color: rgb(236,203,107); }
H1.HeaderClassName
{
color: #ECCB6B;
}
.AnyTagClassName
{
color: #ECCB6B;
}
</style>
background-color css
<style>
a { background-color: #ECCB6B; }
a { background-color: rgb(236,203,107); }
div.DivClassName
{
background-color: #ECCB6B;
}
.BgClassName
{
background-color: #ECCB6B;
}
</style>
border-color css
<style>
span { border-color: #ECCB6B; }
span { border-color: rgb(236,203,107); }
td.TdClassName
{
border-color: #ECCB6B;
}
.TagClassName
{
border-color: #ECCB6B;
}
</style>