Shades of Golden Sand #E5C767
Tints of Golden Sand #E5C767
RGB
CMYK
RGB Variations
Color information
#E5C767 (or 0xE5C767) is known color: Golden Sand. HEX triplet: E5, C7 and 67. RGB value is (229,199,103). Sum of RGB (Red+Green+Blue) = 229+199+103=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C767 is #1A3898. Grayscale: #C5C5C5. Windows color (decimal): -1718425 or 6801381. OLE color: 6801381.
HSL color Cylindrical-coordinate representation of color #E5C767: hue angle of 45.71º 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 #E5C767 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 103 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.10 |
| HSL | 45.71º | 0.71% | 0.65% | - |
| HSV(B) | 45.71º | 0.55% | 0.9% | - |
| XYZ | 55.18 | 58.48 | 21.21 | - |
| YUV | 197.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 103 | 0 | 0.13 | 0.55 | 0.10 | 45.71 | 0.71 | 0.65 |
| Hex | E5 | C7 | 67 | 0 | D | 37 | A | 2E | 47 | 41 |
| Octal | 345 | 307 | 147 | 0 | 15 | 67 | 12 | 56 | 107 | 101 |
| Binary | 11100101 | 11000111 | 1100111 | 0 | 1101 | 110111 | 1010 | 101110 | 1000111 | 1000001 |
Color Harmonies of #E5C767
Complementary color
Monochromatic Colors of #E5C767
Black with #E5C767
Text Example
Text Example
White with #E5C767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C767; }
p { color: rgb(229,199,103); }
H1.HeaderClassName
{
color: #E5C767;
}
.AnyTagClassName
{
color: #E5C767;
}
</style>
background-color css
<style>
a { background-color: #E5C767; }
a { background-color: rgb(229,199,103); }
div.DivClassName
{
background-color: #E5C767;
}
.BgClassName
{
background-color: #E5C767;
}
</style>
border-color css
<style>
span { border-color: #E5C767; }
span { border-color: rgb(229,199,103); }
td.TdClassName
{
border-color: #E5C767;
}
.TagClassName
{
border-color: #E5C767;
}
</style>