Shades of Golden Sand #E1D065
Tints of Golden Sand #E1D065
RGB
CMYK
RGB Variations
Color information
#E1D065 (or 0xE1D065) is known color: Golden Sand. HEX triplet: E1, D0 and 65. RGB value is (225,208,101). Sum of RGB (Red+Green+Blue) = 225+208+101=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D065 is #1E2F9A. Grayscale: #C9C9C9. Windows color (decimal): -1978267 or 6672609. OLE color: 6672609.
HSL color Cylindrical-coordinate representation of color #E1D065: hue angle of 51.77º 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 #E1D065 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 101 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.12 |
| HSL | 51.77º | 0.67% | 0.64% | - |
| HSV(B) | 51.77º | 0.55% | 0.88% | - |
| XYZ | 55.96 | 62.06 | 21.34 | - |
| YUV | 200.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 101 | 0 | 0.08 | 0.55 | 0.12 | 51.77 | 0.67 | 0.64 |
| Hex | E1 | D0 | 65 | 0 | 8 | 37 | C | 34 | 43 | 40 |
| Octal | 341 | 320 | 145 | 0 | 10 | 67 | 14 | 64 | 103 | 100 |
| Binary | 11100001 | 11010000 | 1100101 | 0 | 1000 | 110111 | 1100 | 110100 | 1000011 | 1000000 |
Color Harmonies of #E1D065
Complementary color
Monochromatic Colors of #E1D065
Black with #E1D065
Text Example
Text Example
White with #E1D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D065; }
p { color: rgb(225,208,101); }
H1.HeaderClassName
{
color: #E1D065;
}
.AnyTagClassName
{
color: #E1D065;
}
</style>
background-color css
<style>
a { background-color: #E1D065; }
a { background-color: rgb(225,208,101); }
div.DivClassName
{
background-color: #E1D065;
}
.BgClassName
{
background-color: #E1D065;
}
</style>
border-color css
<style>
span { border-color: #E1D065; }
span { border-color: rgb(225,208,101); }
td.TdClassName
{
border-color: #E1D065;
}
.TagClassName
{
border-color: #E1D065;
}
</style>