Shades of Golden Sand #E3C967
Tints of Golden Sand #E3C967
RGB
CMYK
RGB Variations
Color information
#E3C967 (or 0xE3C967) is known color: Golden Sand. HEX triplet: E3, C9 and 67. RGB value is (227,201,103). Sum of RGB (Red+Green+Blue) = 227+201+103=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C967 is #1C3698. Grayscale: #C6C6C6. Windows color (decimal): -1848985 or 6801891. OLE color: 6801891.
HSL color Cylindrical-coordinate representation of color #E3C967: hue angle of 47.42º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3C967 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 201 | 103 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.11 |
| HSL | 47.42º | 0.69% | 0.65% | - |
| HSV(B) | 47.42º | 0.55% | 0.89% | - |
| XYZ | 55.01 | 59.08 | 21.34 | - |
| YUV | 197.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 201 | 103 | 0 | 0.11 | 0.55 | 0.11 | 47.42 | 0.69 | 0.65 |
| Hex | E3 | C9 | 67 | 0 | B | 37 | B | 2F | 45 | 41 |
| Octal | 343 | 311 | 147 | 0 | 13 | 67 | 13 | 57 | 105 | 101 |
| Binary | 11100011 | 11001001 | 1100111 | 0 | 1011 | 110111 | 1011 | 101111 | 1000101 | 1000001 |
Color Harmonies of #E3C967
Complementary color
Monochromatic Colors of #E3C967
Black with #E3C967
Text Example
Text Example
White with #E3C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C967; }
p { color: rgb(227,201,103); }
H1.HeaderClassName
{
color: #E3C967;
}
.AnyTagClassName
{
color: #E3C967;
}
</style>
background-color css
<style>
a { background-color: #E3C967; }
a { background-color: rgb(227,201,103); }
div.DivClassName
{
background-color: #E3C967;
}
.BgClassName
{
background-color: #E3C967;
}
</style>
border-color css
<style>
span { border-color: #E3C967; }
span { border-color: rgb(227,201,103); }
td.TdClassName
{
border-color: #E3C967;
}
.TagClassName
{
border-color: #E3C967;
}
</style>