Shades of Golden Sand #E3CB6E
Tints of Golden Sand #E3CB6E
RGB
CMYK
RGB Variations
Color information
#E3CB6E (or 0xE3CB6E) is known color: Golden Sand. HEX triplet: E3, CB and 6E. RGB value is (227,203,110). Sum of RGB (Red+Green+Blue) = 227+203+110=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB6E is #1C3491. Grayscale: #C7C7C7. Windows color (decimal): -1848466 or 7261155. OLE color: 7261155.
HSL color Cylindrical-coordinate representation of color #E3CB6E: hue angle of 47.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3CB6E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 110 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.11 |
| HSL | 47.69º | 0.68% | 0.66% | - |
| HSV(B) | 47.69º | 0.52% | 0.89% | - |
| XYZ | 55.85 | 60.17 | 23.42 | - |
| YUV | 199.57 | 77.45 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 110 | 0 | 0.11 | 0.52 | 0.11 | 47.69 | 0.68 | 0.66 |
| Hex | E3 | CB | 6E | 0 | B | 34 | B | 30 | 44 | 42 |
| Octal | 343 | 313 | 156 | 0 | 13 | 64 | 13 | 60 | 104 | 102 |
| Binary | 11100011 | 11001011 | 1101110 | 0 | 1011 | 110100 | 1011 | 110000 | 1000100 | 1000010 |
Color Harmonies of #E3CB6E
Complementary color
Monochromatic Colors of #E3CB6E
Black with #E3CB6E
Text Example
Text Example
White with #E3CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB6E; }
p { color: rgb(227,203,110); }
H1.HeaderClassName
{
color: #E3CB6E;
}
.AnyTagClassName
{
color: #E3CB6E;
}
</style>
background-color css
<style>
a { background-color: #E3CB6E; }
a { background-color: rgb(227,203,110); }
div.DivClassName
{
background-color: #E3CB6E;
}
.BgClassName
{
background-color: #E3CB6E;
}
</style>
border-color css
<style>
span { border-color: #E3CB6E; }
span { border-color: rgb(227,203,110); }
td.TdClassName
{
border-color: #E3CB6E;
}
.TagClassName
{
border-color: #E3CB6E;
}
</style>