Shades of Golden Sand #ECD067
Tints of Golden Sand #ECD067
RGB
CMYK
RGB Variations
Color information
#ECD067 (or 0xECD067) is known color: Golden Sand. HEX triplet: EC, D0 and 67. RGB value is (236,208,103). Sum of RGB (Red+Green+Blue) = 236+208+103=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD067 is #132F98. Grayscale: #CCCCCC. Windows color (decimal): -1257369 or 6803692. OLE color: 6803692.
HSL color Cylindrical-coordinate representation of color #ECD067: hue angle of 47.37º 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 #ECD067 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 103 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.07 |
| HSL | 47.37º | 0.78% | 0.66% | - |
| HSV(B) | 47.37º | 0.56% | 0.93% | - |
| XYZ | 59.6 | 63.92 | 22.03 | - |
| YUV | 204.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 103 | 0 | 0.12 | 0.56 | 0.07 | 47.37 | 0.78 | 0.66 |
| Hex | EC | D0 | 67 | 0 | C | 38 | 7 | 2F | 4E | 42 |
| Octal | 354 | 320 | 147 | 0 | 14 | 70 | 7 | 57 | 116 | 102 |
| Binary | 11101100 | 11010000 | 1100111 | 0 | 1100 | 111000 | 111 | 101111 | 1001110 | 1000010 |
Color Harmonies of #ECD067
Complementary color
Monochromatic Colors of #ECD067
Black with #ECD067
Text Example
Text Example
White with #ECD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD067; }
p { color: rgb(236,208,103); }
H1.HeaderClassName
{
color: #ECD067;
}
.AnyTagClassName
{
color: #ECD067;
}
</style>
background-color css
<style>
a { background-color: #ECD067; }
a { background-color: rgb(236,208,103); }
div.DivClassName
{
background-color: #ECD067;
}
.BgClassName
{
background-color: #ECD067;
}
</style>
border-color css
<style>
span { border-color: #ECD067; }
span { border-color: rgb(236,208,103); }
td.TdClassName
{
border-color: #ECD067;
}
.TagClassName
{
border-color: #ECD067;
}
</style>