Shades of Golden Sand #E5D05F
Tints of Golden Sand #E5D05F
RGB
CMYK
RGB Variations
Color information
#E5D05F (or 0xE5D05F) is known color: Golden Sand. HEX triplet: E5, D0 and 5F. RGB value is (229,208,95). Sum of RGB (Red+Green+Blue) = 229+208+95=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D05F is #1A2FA0. Grayscale: #C9C9C9. Windows color (decimal): -1716129 or 6279397. OLE color: 6279397.
HSL color Cylindrical-coordinate representation of color #E5D05F: hue angle of 50.6º 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 #E5D05F is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 95 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.10 |
| HSL | 50.6º | 0.72% | 0.64% | - |
| HSV(B) | 50.6º | 0.59% | 0.9% | - |
| XYZ | 56.93 | 62.6 | 19.91 | - |
| YUV | 201.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 95 | 0 | 0.09 | 0.59 | 0.10 | 50.6 | 0.72 | 0.64 |
| Hex | E5 | D0 | 5F | 0 | 9 | 3B | A | 33 | 48 | 40 |
| Octal | 345 | 320 | 137 | 0 | 11 | 73 | 12 | 63 | 110 | 100 |
| Binary | 11100101 | 11010000 | 1011111 | 0 | 1001 | 111011 | 1010 | 110011 | 1001000 | 1000000 |
Color Harmonies of #E5D05F
Complementary color
Monochromatic Colors of #E5D05F
Black with #E5D05F
Text Example
Text Example
White with #E5D05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D05F; }
p { color: rgb(229,208,95); }
H1.HeaderClassName
{
color: #E5D05F;
}
.AnyTagClassName
{
color: #E5D05F;
}
</style>
background-color css
<style>
a { background-color: #E5D05F; }
a { background-color: rgb(229,208,95); }
div.DivClassName
{
background-color: #E5D05F;
}
.BgClassName
{
background-color: #E5D05F;
}
</style>
border-color css
<style>
span { border-color: #E5D05F; }
span { border-color: rgb(229,208,95); }
td.TdClassName
{
border-color: #E5D05F;
}
.TagClassName
{
border-color: #E5D05F;
}
</style>