Shades of Golden Sand #E1C966
Tints of Golden Sand #E1C966
RGB
CMYK
RGB Variations
Color information
#E1C966 (or 0xE1C966) is known color: Golden Sand. HEX triplet: E1, C9 and 66. RGB value is (225,201,102). Sum of RGB (Red+Green+Blue) = 225+201+102=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C966 is #1E3699. Grayscale: #C5C5C5. Windows color (decimal): -1980058 or 6736353. OLE color: 6736353.
HSL color Cylindrical-coordinate representation of color #E1C966: hue angle of 48.29º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1C966 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 102 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.12 |
| HSL | 48.29º | 0.67% | 0.64% | - |
| HSV(B) | 48.29º | 0.55% | 0.88% | - |
| XYZ | 54.34 | 58.74 | 21.04 | - |
| YUV | 196.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 102 | 0 | 0.11 | 0.55 | 0.12 | 48.29 | 0.67 | 0.64 |
| Hex | E1 | C9 | 66 | 0 | B | 37 | C | 30 | 43 | 40 |
| Octal | 341 | 311 | 146 | 0 | 13 | 67 | 14 | 60 | 103 | 100 |
| Binary | 11100001 | 11001001 | 1100110 | 0 | 1011 | 110111 | 1100 | 110000 | 1000011 | 1000000 |
Color Harmonies of #E1C966
Complementary color
Monochromatic Colors of #E1C966
Black with #E1C966
Text Example
Text Example
White with #E1C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C966; }
p { color: rgb(225,201,102); }
H1.HeaderClassName
{
color: #E1C966;
}
.AnyTagClassName
{
color: #E1C966;
}
</style>
background-color css
<style>
a { background-color: #E1C966; }
a { background-color: rgb(225,201,102); }
div.DivClassName
{
background-color: #E1C966;
}
.BgClassName
{
background-color: #E1C966;
}
</style>
border-color css
<style>
span { border-color: #E1C966; }
span { border-color: rgb(225,201,102); }
td.TdClassName
{
border-color: #E1C966;
}
.TagClassName
{
border-color: #E1C966;
}
</style>