Shades of Golden Sand #E2D06A
Tints of Golden Sand #E2D06A
RGB
CMYK
RGB Variations
Color information
#E2D06A (or 0xE2D06A) is known color: Golden Sand. HEX triplet: E2, D0 and 6A. RGB value is (226,208,106). Sum of RGB (Red+Green+Blue) = 226+208+106=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D06A is #1D2F95. Grayscale: #CACACA. Windows color (decimal): -1912726 or 7000290. OLE color: 7000290.
HSL color Cylindrical-coordinate representation of color #E2D06A: hue angle of 51º degrees, saturation: 0.67, 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 #E2D06A is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 106 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.11 |
| HSL | 51º | 0.67% | 0.65% | - |
| HSV(B) | 51º | 0.53% | 0.89% | - |
| XYZ | 56.52 | 62.32 | 22.69 | - |
| YUV | 201.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 106 | 0 | 0.08 | 0.53 | 0.11 | 51 | 0.67 | 0.65 |
| Hex | E2 | D0 | 6A | 0 | 8 | 35 | B | 33 | 43 | 41 |
| Octal | 342 | 320 | 152 | 0 | 10 | 65 | 13 | 63 | 103 | 101 |
| Binary | 11100010 | 11010000 | 1101010 | 0 | 1000 | 110101 | 1011 | 110011 | 1000011 | 1000001 |
Color Harmonies of #E2D06A
Complementary color
Monochromatic Colors of #E2D06A
Black with #E2D06A
Text Example
Text Example
White with #E2D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D06A; }
p { color: rgb(226,208,106); }
H1.HeaderClassName
{
color: #E2D06A;
}
.AnyTagClassName
{
color: #E2D06A;
}
</style>
background-color css
<style>
a { background-color: #E2D06A; }
a { background-color: rgb(226,208,106); }
div.DivClassName
{
background-color: #E2D06A;
}
.BgClassName
{
background-color: #E2D06A;
}
</style>
border-color css
<style>
span { border-color: #E2D06A; }
span { border-color: rgb(226,208,106); }
td.TdClassName
{
border-color: #E2D06A;
}
.TagClassName
{
border-color: #E2D06A;
}
</style>