Shades of Golden Sand #E5CD61
Tints of Golden Sand #E5CD61
RGB
CMYK
RGB Variations
Color information
#E5CD61 (or 0xE5CD61) is known color: Golden Sand. HEX triplet: E5, CD and 61. RGB value is (229,205,97). Sum of RGB (Red+Green+Blue) = 229+205+97=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD61 is #1A329E. Grayscale: #C8C8C8. Windows color (decimal): -1716895 or 6409701. OLE color: 6409701.
HSL color Cylindrical-coordinate representation of color #E5CD61: hue angle of 49.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5CD61 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 97 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.10 |
| HSL | 49.09º | 0.72% | 0.64% | - |
| HSV(B) | 49.09º | 0.58% | 0.9% | - |
| XYZ | 56.3 | 61.18 | 20.15 | - |
| YUV | 199.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 97 | 0 | 0.10 | 0.58 | 0.10 | 49.09 | 0.72 | 0.64 |
| Hex | E5 | CD | 61 | 0 | A | 3A | A | 31 | 48 | 40 |
| Octal | 345 | 315 | 141 | 0 | 12 | 72 | 12 | 61 | 110 | 100 |
| Binary | 11100101 | 11001101 | 1100001 | 0 | 1010 | 111010 | 1010 | 110001 | 1001000 | 1000000 |
Color Harmonies of #E5CD61
Complementary color
Monochromatic Colors of #E5CD61
Black with #E5CD61
Text Example
Text Example
White with #E5CD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD61; }
p { color: rgb(229,205,97); }
H1.HeaderClassName
{
color: #E5CD61;
}
.AnyTagClassName
{
color: #E5CD61;
}
</style>
background-color css
<style>
a { background-color: #E5CD61; }
a { background-color: rgb(229,205,97); }
div.DivClassName
{
background-color: #E5CD61;
}
.BgClassName
{
background-color: #E5CD61;
}
</style>
border-color css
<style>
span { border-color: #E5CD61; }
span { border-color: rgb(229,205,97); }
td.TdClassName
{
border-color: #E5CD61;
}
.TagClassName
{
border-color: #E5CD61;
}
</style>