Shades of Golden Sand #ECCB67
Tints of Golden Sand #ECCB67
RGB
CMYK
RGB Variations
Color information
#ECCB67 (or 0xECCB67) is known color: Golden Sand. HEX triplet: EC, CB and 67. RGB value is (236,203,103). Sum of RGB (Red+Green+Blue) = 236+203+103=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCB67 is #133498. Grayscale: #C9C9C9. Windows color (decimal): -1258649 or 6802412. OLE color: 6802412.
HSL color Cylindrical-coordinate representation of color #ECCB67: hue angle of 45.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECCB67 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 103 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45.11º | 0.78% | 0.66% | - |
| HSV(B) | 45.11º | 0.56% | 0.93% | - |
| XYZ | 58.4 | 61.52 | 21.63 | - |
| YUV | 201.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 103 | 0 | 0.14 | 0.56 | 0.07 | 45.11 | 0.78 | 0.66 |
| Hex | EC | CB | 67 | 0 | E | 38 | 7 | 2D | 4E | 42 |
| Octal | 354 | 313 | 147 | 0 | 16 | 70 | 7 | 55 | 116 | 102 |
| Binary | 11101100 | 11001011 | 1100111 | 0 | 1110 | 111000 | 111 | 101101 | 1001110 | 1000010 |
Color Harmonies of #ECCB67
Complementary color
Monochromatic Colors of #ECCB67
Black with #ECCB67
Text Example
Text Example
White with #ECCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB67; }
p { color: rgb(236,203,103); }
H1.HeaderClassName
{
color: #ECCB67;
}
.AnyTagClassName
{
color: #ECCB67;
}
</style>
background-color css
<style>
a { background-color: #ECCB67; }
a { background-color: rgb(236,203,103); }
div.DivClassName
{
background-color: #ECCB67;
}
.BgClassName
{
background-color: #ECCB67;
}
</style>
border-color css
<style>
span { border-color: #ECCB67; }
span { border-color: rgb(236,203,103); }
td.TdClassName
{
border-color: #ECCB67;
}
.TagClassName
{
border-color: #ECCB67;
}
</style>