Shades of Golden Sand #E1CD64
Tints of Golden Sand #E1CD64
RGB
CMYK
RGB Variations
Color information
#E1CD64 (or 0xE1CD64) is known color: Golden Sand. HEX triplet: E1, CD and 64. RGB value is (225,205,100). Sum of RGB (Red+Green+Blue) = 225+205+100=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD64 is #1E329B. Grayscale: #C7C7C7. Windows color (decimal): -1979036 or 6606305. OLE color: 6606305.
HSL color Cylindrical-coordinate representation of color #E1CD64: hue angle of 50.4º 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 #E1CD64 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 100 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.12 |
| HSL | 50.4º | 0.68% | 0.64% | - |
| HSV(B) | 50.4º | 0.56% | 0.88% | - |
| XYZ | 55.18 | 60.59 | 20.84 | - |
| YUV | 199.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 100 | 0 | 0.09 | 0.56 | 0.12 | 50.4 | 0.68 | 0.64 |
| Hex | E1 | CD | 64 | 0 | 9 | 38 | C | 32 | 44 | 40 |
| Octal | 341 | 315 | 144 | 0 | 11 | 70 | 14 | 62 | 104 | 100 |
| Binary | 11100001 | 11001101 | 1100100 | 0 | 1001 | 111000 | 1100 | 110010 | 1000100 | 1000000 |
Color Harmonies of #E1CD64
Complementary color
Monochromatic Colors of #E1CD64
Black with #E1CD64
Text Example
Text Example
White with #E1CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD64; }
p { color: rgb(225,205,100); }
H1.HeaderClassName
{
color: #E1CD64;
}
.AnyTagClassName
{
color: #E1CD64;
}
</style>
background-color css
<style>
a { background-color: #E1CD64; }
a { background-color: rgb(225,205,100); }
div.DivClassName
{
background-color: #E1CD64;
}
.BgClassName
{
background-color: #E1CD64;
}
</style>
border-color css
<style>
span { border-color: #E1CD64; }
span { border-color: rgb(225,205,100); }
td.TdClassName
{
border-color: #E1CD64;
}
.TagClassName
{
border-color: #E1CD64;
}
</style>