Shades of Golden Sand #E5D15F
Tints of Golden Sand #E5D15F
RGB
CMYK
RGB Variations
Color information
#E5D15F (or 0xE5D15F) is known color: Golden Sand. HEX triplet: E5, D1 and 5F. RGB value is (229,209,95). Sum of RGB (Red+Green+Blue) = 229+209+95=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D15F is #1A2EA0. Grayscale: #CACACA. Windows color (decimal): -1715873 or 6279653. OLE color: 6279653.
HSL color Cylindrical-coordinate representation of color #E5D15F: hue angle of 51.04º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5D15F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 95 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.10 |
| HSL | 51.04º | 0.72% | 0.64% | - |
| HSV(B) | 51.04º | 0.59% | 0.9% | - |
| XYZ | 57.18 | 63.09 | 19.99 | - |
| YUV | 201.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 95 | 0 | 0.09 | 0.59 | 0.10 | 51.04 | 0.72 | 0.64 |
| Hex | E5 | D1 | 5F | 0 | 9 | 3B | A | 33 | 48 | 40 |
| Octal | 345 | 321 | 137 | 0 | 11 | 73 | 12 | 63 | 110 | 100 |
| Binary | 11100101 | 11010001 | 1011111 | 0 | 1001 | 111011 | 1010 | 110011 | 1001000 | 1000000 |
Color Harmonies of #E5D15F
Complementary color
Monochromatic Colors of #E5D15F
Black with #E5D15F
Text Example
Text Example
White with #E5D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D15F; }
p { color: rgb(229,209,95); }
H1.HeaderClassName
{
color: #E5D15F;
}
.AnyTagClassName
{
color: #E5D15F;
}
</style>
background-color css
<style>
a { background-color: #E5D15F; }
a { background-color: rgb(229,209,95); }
div.DivClassName
{
background-color: #E5D15F;
}
.BgClassName
{
background-color: #E5D15F;
}
</style>
border-color css
<style>
span { border-color: #E5D15F; }
span { border-color: rgb(229,209,95); }
td.TdClassName
{
border-color: #E5D15F;
}
.TagClassName
{
border-color: #E5D15F;
}
</style>