Shades of Golden Sand #E2CB5E
Tints of Golden Sand #E2CB5E
RGB
CMYK
RGB Variations
Color information
#E2CB5E (or 0xE2CB5E) is known color: Golden Sand. HEX triplet: E2, CB and 5E. RGB value is (226,203,94). Sum of RGB (Red+Green+Blue) = 226+203+94=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB5E is #1D34A1. Grayscale: #C5C5C5. Windows color (decimal): -1914018 or 6212578. OLE color: 6212578.
HSL color Cylindrical-coordinate representation of color #E2CB5E: hue angle of 49.55º 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 #E2CB5E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 94 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.11 |
| HSL | 49.55º | 0.69% | 0.63% | - |
| HSV(B) | 49.55º | 0.58% | 0.89% | - |
| XYZ | 54.74 | 59.69 | 19.23 | - |
| YUV | 197.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 94 | 0 | 0.10 | 0.58 | 0.11 | 49.55 | 0.69 | 0.63 |
| Hex | E2 | CB | 5E | 0 | A | 3A | B | 32 | 45 | 3F |
| Octal | 342 | 313 | 136 | 0 | 12 | 72 | 13 | 62 | 105 | 77 |
| Binary | 11100010 | 11001011 | 1011110 | 0 | 1010 | 111010 | 1011 | 110010 | 1000101 | 111111 |
Color Harmonies of #E2CB5E
Complementary color
Monochromatic Colors of #E2CB5E
Black with #E2CB5E
Text Example
Text Example
White with #E2CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB5E; }
p { color: rgb(226,203,94); }
H1.HeaderClassName
{
color: #E2CB5E;
}
.AnyTagClassName
{
color: #E2CB5E;
}
</style>
background-color css
<style>
a { background-color: #E2CB5E; }
a { background-color: rgb(226,203,94); }
div.DivClassName
{
background-color: #E2CB5E;
}
.BgClassName
{
background-color: #E2CB5E;
}
</style>
border-color css
<style>
span { border-color: #E2CB5E; }
span { border-color: rgb(226,203,94); }
td.TdClassName
{
border-color: #E2CB5E;
}
.TagClassName
{
border-color: #E2CB5E;
}
</style>