Shades of Golden Sand #E2CB5D
Tints of Golden Sand #E2CB5D
RGB
CMYK
RGB Variations
Color information
#E2CB5D (or 0xE2CB5D) is known color: Golden Sand. HEX triplet: E2, CB and 5D. RGB value is (226,203,93). Sum of RGB (Red+Green+Blue) = 226+203+93=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB5D is #1D34A2. Grayscale: #C5C5C5. Windows color (decimal): -1914019 or 6147042. OLE color: 6147042.
HSL color Cylindrical-coordinate representation of color #E2CB5D: hue angle of 49.62º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2CB5D is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 93 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.11 |
| HSL | 49.62º | 0.7% | 0.63% | - |
| HSV(B) | 49.62º | 0.59% | 0.89% | - |
| XYZ | 54.7 | 59.67 | 18.99 | - |
| YUV | 197.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 93 | 0 | 0.10 | 0.59 | 0.11 | 49.62 | 0.7 | 0.63 |
| Hex | E2 | CB | 5D | 0 | A | 3B | B | 32 | 46 | 3F |
| Octal | 342 | 313 | 135 | 0 | 12 | 73 | 13 | 62 | 106 | 77 |
| Binary | 11100010 | 11001011 | 1011101 | 0 | 1010 | 111011 | 1011 | 110010 | 1000110 | 111111 |
Color Harmonies of #E2CB5D
Complementary color
Monochromatic Colors of #E2CB5D
Black with #E2CB5D
Text Example
Text Example
White with #E2CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB5D; }
p { color: rgb(226,203,93); }
H1.HeaderClassName
{
color: #E2CB5D;
}
.AnyTagClassName
{
color: #E2CB5D;
}
</style>
background-color css
<style>
a { background-color: #E2CB5D; }
a { background-color: rgb(226,203,93); }
div.DivClassName
{
background-color: #E2CB5D;
}
.BgClassName
{
background-color: #E2CB5D;
}
</style>
border-color css
<style>
span { border-color: #E2CB5D; }
span { border-color: rgb(226,203,93); }
td.TdClassName
{
border-color: #E2CB5D;
}
.TagClassName
{
border-color: #E2CB5D;
}
</style>