Shades of Golden Sand #E1C963
Tints of Golden Sand #E1C963
RGB
CMYK
RGB Variations
Color information
#E1C963 (or 0xE1C963) is known color: Golden Sand. HEX triplet: E1, C9 and 63. RGB value is (225,201,99). Sum of RGB (Red+Green+Blue) = 225+201+99=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C963 is #1E369C. Grayscale: #C4C4C4. Windows color (decimal): -1980061 or 6539745. OLE color: 6539745.
HSL color Cylindrical-coordinate representation of color #E1C963: hue angle of 48.57º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1C963 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 99 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.12 |
| HSL | 48.57º | 0.68% | 0.64% | - |
| HSV(B) | 48.57º | 0.56% | 0.88% | - |
| XYZ | 54.19 | 58.68 | 20.27 | - |
| YUV | 196.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 99 | 0 | 0.11 | 0.56 | 0.12 | 48.57 | 0.68 | 0.64 |
| Hex | E1 | C9 | 63 | 0 | B | 38 | C | 31 | 44 | 40 |
| Octal | 341 | 311 | 143 | 0 | 13 | 70 | 14 | 61 | 104 | 100 |
| Binary | 11100001 | 11001001 | 1100011 | 0 | 1011 | 111000 | 1100 | 110001 | 1000100 | 1000000 |
Color Harmonies of #E1C963
Complementary color
Monochromatic Colors of #E1C963
Black with #E1C963
Text Example
Text Example
White with #E1C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C963; }
p { color: rgb(225,201,99); }
H1.HeaderClassName
{
color: #E1C963;
}
.AnyTagClassName
{
color: #E1C963;
}
</style>
background-color css
<style>
a { background-color: #E1C963; }
a { background-color: rgb(225,201,99); }
div.DivClassName
{
background-color: #E1C963;
}
.BgClassName
{
background-color: #E1C963;
}
</style>
border-color css
<style>
span { border-color: #E1C963; }
span { border-color: rgb(225,201,99); }
td.TdClassName
{
border-color: #E1C963;
}
.TagClassName
{
border-color: #E1C963;
}
</style>