Shades of Golden Sand #E5C76B
Tints of Golden Sand #E5C76B
RGB
CMYK
RGB Variations
Color information
#E5C76B (or 0xE5C76B) is known color: Golden Sand. HEX triplet: E5, C7 and 6B. RGB value is (229,199,107). Sum of RGB (Red+Green+Blue) = 229+199+107=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C76B is #1A3894. Grayscale: #C5C5C5. Windows color (decimal): -1718421 or 7063525. OLE color: 7063525.
HSL color Cylindrical-coordinate representation of color #E5C76B: hue angle of 45.25º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5C76B is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 199 | 107 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.10 |
| HSL | 45.25º | 0.7% | 0.66% | - |
| HSV(B) | 45.25º | 0.53% | 0.9% | - |
| XYZ | 55.39 | 58.57 | 22.29 | - |
| YUV | 197.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 199 | 107 | 0 | 0.13 | 0.53 | 0.10 | 45.25 | 0.7 | 0.66 |
| Hex | E5 | C7 | 6B | 0 | D | 35 | A | 2D | 46 | 42 |
| Octal | 345 | 307 | 153 | 0 | 15 | 65 | 12 | 55 | 106 | 102 |
| Binary | 11100101 | 11000111 | 1101011 | 0 | 1101 | 110101 | 1010 | 101101 | 1000110 | 1000010 |
Color Harmonies of #E5C76B
Complementary color
Monochromatic Colors of #E5C76B
Black with #E5C76B
Text Example
Text Example
White with #E5C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C76B; }
p { color: rgb(229,199,107); }
H1.HeaderClassName
{
color: #E5C76B;
}
.AnyTagClassName
{
color: #E5C76B;
}
</style>
background-color css
<style>
a { background-color: #E5C76B; }
a { background-color: rgb(229,199,107); }
div.DivClassName
{
background-color: #E5C76B;
}
.BgClassName
{
background-color: #E5C76B;
}
</style>
border-color css
<style>
span { border-color: #E5C76B; }
span { border-color: rgb(229,199,107); }
td.TdClassName
{
border-color: #E5C76B;
}
.TagClassName
{
border-color: #E5C76B;
}
</style>