Shades of Golden Sand #E1C65D
Tints of Golden Sand #E1C65D
RGB
CMYK
RGB Variations
Color information
#E1C65D (or 0xE1C65D) is known color: Golden Sand. HEX triplet: E1, C6 and 5D. RGB value is (225,198,93). Sum of RGB (Red+Green+Blue) = 225+198+93=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C65D is #1E39A2. Grayscale: #C2C2C2. Windows color (decimal): -1980835 or 6145761. OLE color: 6145761.
HSL color Cylindrical-coordinate representation of color #E1C65D: hue angle of 47.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1C65D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 93 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.12 |
| HSL | 47.73º | 0.69% | 0.62% | - |
| HSV(B) | 47.73º | 0.59% | 0.88% | - |
| XYZ | 53.22 | 57.19 | 18.59 | - |
| YUV | 194.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 93 | 0 | 0.12 | 0.59 | 0.12 | 47.73 | 0.69 | 0.62 |
| Hex | E1 | C6 | 5D | 0 | C | 3B | C | 30 | 45 | 3E |
| Octal | 341 | 306 | 135 | 0 | 14 | 73 | 14 | 60 | 105 | 76 |
| Binary | 11100001 | 11000110 | 1011101 | 0 | 1100 | 111011 | 1100 | 110000 | 1000101 | 111110 |
Color Harmonies of #E1C65D
Complementary color
Monochromatic Colors of #E1C65D
Black with #E1C65D
Text Example
Text Example
White with #E1C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C65D; }
p { color: rgb(225,198,93); }
H1.HeaderClassName
{
color: #E1C65D;
}
.AnyTagClassName
{
color: #E1C65D;
}
</style>
background-color css
<style>
a { background-color: #E1C65D; }
a { background-color: rgb(225,198,93); }
div.DivClassName
{
background-color: #E1C65D;
}
.BgClassName
{
background-color: #E1C65D;
}
</style>
border-color css
<style>
span { border-color: #E1C65D; }
span { border-color: rgb(225,198,93); }
td.TdClassName
{
border-color: #E1C65D;
}
.TagClassName
{
border-color: #E1C65D;
}
</style>