Shades of Golden Sand #E2CD5E
Tints of Golden Sand #E2CD5E
RGB
CMYK
RGB Variations
Color information
#E2CD5E (or 0xE2CD5E) is known color: Golden Sand. HEX triplet: E2, CD and 5E. RGB value is (226,205,94). Sum of RGB (Red+Green+Blue) = 226+205+94=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD5E is #1D32A1. Grayscale: #C7C7C7. Windows color (decimal): -1913506 or 6213090. OLE color: 6213090.
HSL color Cylindrical-coordinate representation of color #E2CD5E: hue angle of 50.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2CD5E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 94 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.11 |
| HSL | 50.45º | 0.69% | 0.63% | - |
| HSV(B) | 50.45º | 0.58% | 0.89% | - |
| XYZ | 55.22 | 60.64 | 19.38 | - |
| YUV | 198.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 94 | 0 | 0.09 | 0.58 | 0.11 | 50.45 | 0.69 | 0.63 |
| Hex | E2 | CD | 5E | 0 | 9 | 3A | B | 32 | 45 | 3F |
| Octal | 342 | 315 | 136 | 0 | 11 | 72 | 13 | 62 | 105 | 77 |
| Binary | 11100010 | 11001101 | 1011110 | 0 | 1001 | 111010 | 1011 | 110010 | 1000101 | 111111 |
Color Harmonies of #E2CD5E
Complementary color
Monochromatic Colors of #E2CD5E
Black with #E2CD5E
Text Example
Text Example
White with #E2CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD5E; }
p { color: rgb(226,205,94); }
H1.HeaderClassName
{
color: #E2CD5E;
}
.AnyTagClassName
{
color: #E2CD5E;
}
</style>
background-color css
<style>
a { background-color: #E2CD5E; }
a { background-color: rgb(226,205,94); }
div.DivClassName
{
background-color: #E2CD5E;
}
.BgClassName
{
background-color: #E2CD5E;
}
</style>
border-color css
<style>
span { border-color: #E2CD5E; }
span { border-color: rgb(226,205,94); }
td.TdClassName
{
border-color: #E2CD5E;
}
.TagClassName
{
border-color: #E2CD5E;
}
</style>