Shades of Golden Sand #E3CB6F
Tints of Golden Sand #E3CB6F
RGB
CMYK
RGB Variations
Color information
#E3CB6F (or 0xE3CB6F) is known color: Golden Sand. HEX triplet: E3, CB and 6F. RGB value is (227,203,111). Sum of RGB (Red+Green+Blue) = 227+203+111=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CB6F is #1C3490. Grayscale: #C8C8C8. Windows color (decimal): -1848465 or 7326691. OLE color: 7326691.
HSL color Cylindrical-coordinate representation of color #E3CB6F: hue angle of 47.59º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3CB6F is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 111 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.11 |
| HSL | 47.59º | 0.67% | 0.66% | - |
| HSV(B) | 47.59º | 0.51% | 0.89% | - |
| XYZ | 55.9 | 60.19 | 23.71 | - |
| YUV | 199.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 111 | 0 | 0.11 | 0.51 | 0.11 | 47.59 | 0.67 | 0.66 |
| Hex | E3 | CB | 6F | 0 | B | 33 | B | 30 | 43 | 42 |
| Octal | 343 | 313 | 157 | 0 | 13 | 63 | 13 | 60 | 103 | 102 |
| Binary | 11100011 | 11001011 | 1101111 | 0 | 1011 | 110011 | 1011 | 110000 | 1000011 | 1000010 |
Color Harmonies of #E3CB6F
Complementary color
Monochromatic Colors of #E3CB6F
Black with #E3CB6F
Text Example
Text Example
White with #E3CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CB6F; }
p { color: rgb(227,203,111); }
H1.HeaderClassName
{
color: #E3CB6F;
}
.AnyTagClassName
{
color: #E3CB6F;
}
</style>
background-color css
<style>
a { background-color: #E3CB6F; }
a { background-color: rgb(227,203,111); }
div.DivClassName
{
background-color: #E3CB6F;
}
.BgClassName
{
background-color: #E3CB6F;
}
</style>
border-color css
<style>
span { border-color: #E3CB6F; }
span { border-color: rgb(227,203,111); }
td.TdClassName
{
border-color: #E3CB6F;
}
.TagClassName
{
border-color: #E3CB6F;
}
</style>