Shades of Golden Sand #ECD363
Tints of Golden Sand #ECD363
RGB
CMYK
RGB Variations
Color information
#ECD363 (or 0xECD363) is known color: Golden Sand. HEX triplet: EC, D3 and 63. RGB value is (236,211,99). Sum of RGB (Red+Green+Blue) = 236+211+99=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD363 is #132C9C. Grayscale: #CECECE. Windows color (decimal): -1256605 or 6542316. OLE color: 6542316.
HSL color Cylindrical-coordinate representation of color #ECD363: hue angle of 49.05º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECD363 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 49.05º | 0.78% | 0.66% | - |
| HSV(B) | 49.05º | 0.58% | 0.93% | - |
| XYZ | 60.14 | 65.32 | 21.24 | - |
| YUV | 205.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 99 | 0 | 0.11 | 0.58 | 0.07 | 49.05 | 0.78 | 0.66 |
| Hex | EC | D3 | 63 | 0 | B | 3A | 7 | 31 | 4E | 42 |
| Octal | 354 | 323 | 143 | 0 | 13 | 72 | 7 | 61 | 116 | 102 |
| Binary | 11101100 | 11010011 | 1100011 | 0 | 1011 | 111010 | 111 | 110001 | 1001110 | 1000010 |
Color Harmonies of #ECD363
Complementary color
Monochromatic Colors of #ECD363
Black with #ECD363
Text Example
Text Example
White with #ECD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD363; }
p { color: rgb(236,211,99); }
H1.HeaderClassName
{
color: #ECD363;
}
.AnyTagClassName
{
color: #ECD363;
}
</style>
background-color css
<style>
a { background-color: #ECD363; }
a { background-color: rgb(236,211,99); }
div.DivClassName
{
background-color: #ECD363;
}
.BgClassName
{
background-color: #ECD363;
}
</style>
border-color css
<style>
span { border-color: #ECD363; }
span { border-color: rgb(236,211,99); }
td.TdClassName
{
border-color: #ECD363;
}
.TagClassName
{
border-color: #ECD363;
}
</style>