Shades of Golden Sand #E3CB5E
Tints of Golden Sand #E3CB5E
RGB
CMYK
RGB Variations
Color information
#E3CB5E (or 0xE3CB5E) is known color: Golden Sand. HEX triplet: E3, CB and 5E. RGB value is (227,203,94). Sum of RGB (Red+Green+Blue) = 227+203+94=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB5E is #1C34A1. Grayscale: #C6C6C6. Windows color (decimal): -1848482 or 6212579. OLE color: 6212579.
HSL color Cylindrical-coordinate representation of color #E3CB5E: hue angle of 49.17º 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 #E3CB5E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 94 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.11 |
| HSL | 49.17º | 0.7% | 0.63% | - |
| HSV(B) | 49.17º | 0.59% | 0.89% | - |
| XYZ | 55.05 | 59.85 | 19.24 | - |
| YUV | 197.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 94 | 0 | 0.11 | 0.59 | 0.11 | 49.17 | 0.7 | 0.63 |
| Hex | E3 | CB | 5E | 0 | B | 3B | B | 31 | 46 | 3F |
| Octal | 343 | 313 | 136 | 0 | 13 | 73 | 13 | 61 | 106 | 77 |
| Binary | 11100011 | 11001011 | 1011110 | 0 | 1011 | 111011 | 1011 | 110001 | 1000110 | 111111 |
Color Harmonies of #E3CB5E
Complementary color
Monochromatic Colors of #E3CB5E
Black with #E3CB5E
Text Example
Text Example
White with #E3CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB5E; }
p { color: rgb(227,203,94); }
H1.HeaderClassName
{
color: #E3CB5E;
}
.AnyTagClassName
{
color: #E3CB5E;
}
</style>
background-color css
<style>
a { background-color: #E3CB5E; }
a { background-color: rgb(227,203,94); }
div.DivClassName
{
background-color: #E3CB5E;
}
.BgClassName
{
background-color: #E3CB5E;
}
</style>
border-color css
<style>
span { border-color: #E3CB5E; }
span { border-color: rgb(227,203,94); }
td.TdClassName
{
border-color: #E3CB5E;
}
.TagClassName
{
border-color: #E3CB5E;
}
</style>