Shades of Golden Sand #ECCA63
Tints of Golden Sand #ECCA63
RGB
CMYK
RGB Variations
Color information
#ECCA63 (or 0xECCA63) is known color: Golden Sand. HEX triplet: EC, CA and 63. RGB value is (236,202,99). Sum of RGB (Red+Green+Blue) = 236+202+99=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA63 is #13359C. Grayscale: #C8C8C8. Windows color (decimal): -1258909 or 6540012. OLE color: 6540012.
HSL color Cylindrical-coordinate representation of color #ECCA63: 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.58%. Process color model (Four color, CMYK) of #ECCA63 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 99 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.11º | 0.78% | 0.66% | - |
| HSV(B) | 45.11º | 0.58% | 0.93% | - |
| XYZ | 57.96 | 60.97 | 20.52 | - |
| YUV | 200.42 | 70.76 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 99 | 0 | 0.14 | 0.58 | 0.07 | 45.11 | 0.78 | 0.66 |
| Hex | EC | CA | 63 | 0 | E | 3A | 7 | 2D | 4E | 42 |
| Octal | 354 | 312 | 143 | 0 | 16 | 72 | 7 | 55 | 116 | 102 |
| Binary | 11101100 | 11001010 | 1100011 | 0 | 1110 | 111010 | 111 | 101101 | 1001110 | 1000010 |
Color Harmonies of #ECCA63
Complementary color
Monochromatic Colors of #ECCA63
Black with #ECCA63
Text Example
Text Example
White with #ECCA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA63; }
p { color: rgb(236,202,99); }
H1.HeaderClassName
{
color: #ECCA63;
}
.AnyTagClassName
{
color: #ECCA63;
}
</style>
background-color css
<style>
a { background-color: #ECCA63; }
a { background-color: rgb(236,202,99); }
div.DivClassName
{
background-color: #ECCA63;
}
.BgClassName
{
background-color: #ECCA63;
}
</style>
border-color css
<style>
span { border-color: #ECCA63; }
span { border-color: rgb(236,202,99); }
td.TdClassName
{
border-color: #ECCA63;
}
.TagClassName
{
border-color: #ECCA63;
}
</style>