Shades of Golden Sand #E3D16A
Tints of Golden Sand #E3D16A
RGB
CMYK
RGB Variations
Color information
#E3D16A (or 0xE3D16A) is known color: Golden Sand. HEX triplet: E3, D1 and 6A. RGB value is (227,209,106). Sum of RGB (Red+Green+Blue) = 227+209+106=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D16A is #1C2E95. Grayscale: #CBCBCB. Windows color (decimal): -1846934 or 7000547. OLE color: 7000547.
HSL color Cylindrical-coordinate representation of color #E3D16A: hue angle of 51.07º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3D16A is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 209 | 106 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.11 |
| HSL | 51.07º | 0.68% | 0.65% | - |
| HSV(B) | 51.07º | 0.53% | 0.89% | - |
| XYZ | 57.08 | 62.97 | 22.78 | - |
| YUV | 202.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 209 | 106 | 0 | 0.08 | 0.53 | 0.11 | 51.07 | 0.68 | 0.65 |
| Hex | E3 | D1 | 6A | 0 | 8 | 35 | B | 33 | 44 | 41 |
| Octal | 343 | 321 | 152 | 0 | 10 | 65 | 13 | 63 | 104 | 101 |
| Binary | 11100011 | 11010001 | 1101010 | 0 | 1000 | 110101 | 1011 | 110011 | 1000100 | 1000001 |
Color Harmonies of #E3D16A
Complementary color
Monochromatic Colors of #E3D16A
Black with #E3D16A
Text Example
Text Example
White with #E3D16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D16A; }
p { color: rgb(227,209,106); }
H1.HeaderClassName
{
color: #E3D16A;
}
.AnyTagClassName
{
color: #E3D16A;
}
</style>
background-color css
<style>
a { background-color: #E3D16A; }
a { background-color: rgb(227,209,106); }
div.DivClassName
{
background-color: #E3D16A;
}
.BgClassName
{
background-color: #E3D16A;
}
</style>
border-color css
<style>
span { border-color: #E3D16A; }
span { border-color: rgb(227,209,106); }
td.TdClassName
{
border-color: #E3D16A;
}
.TagClassName
{
border-color: #E3D16A;
}
</style>