Shades of Golden Sand #E5C768
Tints of Golden Sand #E5C768
RGB
CMYK
RGB Variations
Color information
#E5C768 (or 0xE5C768) is known color: Golden Sand. HEX triplet: E5, C7 and 68. RGB value is (229,199,104). Sum of RGB (Red+Green+Blue) = 229+199+104=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C768 is #1A3897. Grayscale: #C5C5C5. Windows color (decimal): -1718424 or 6866917. OLE color: 6866917.
HSL color Cylindrical-coordinate representation of color #E5C768: hue angle of 45.6º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E5C768 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 104 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.10 |
| HSL | 45.6º | 0.71% | 0.65% | - |
| HSV(B) | 45.6º | 0.55% | 0.9% | - |
| XYZ | 55.24 | 58.5 | 21.48 | - |
| YUV | 197.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 104 | 0 | 0.13 | 0.55 | 0.10 | 45.6 | 0.71 | 0.65 |
| Hex | E5 | C7 | 68 | 0 | D | 37 | A | 2E | 47 | 41 |
| Octal | 345 | 307 | 150 | 0 | 15 | 67 | 12 | 56 | 107 | 101 |
| Binary | 11100101 | 11000111 | 1101000 | 0 | 1101 | 110111 | 1010 | 101110 | 1000111 | 1000001 |
Color Harmonies of #E5C768
Complementary color
Monochromatic Colors of #E5C768
Black with #E5C768
Text Example
Text Example
White with #E5C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C768; }
p { color: rgb(229,199,104); }
H1.HeaderClassName
{
color: #E5C768;
}
.AnyTagClassName
{
color: #E5C768;
}
</style>
background-color css
<style>
a { background-color: #E5C768; }
a { background-color: rgb(229,199,104); }
div.DivClassName
{
background-color: #E5C768;
}
.BgClassName
{
background-color: #E5C768;
}
</style>
border-color css
<style>
span { border-color: #E5C768; }
span { border-color: rgb(229,199,104); }
td.TdClassName
{
border-color: #E5C768;
}
.TagClassName
{
border-color: #E5C768;
}
</style>