Shades of Golden Sand #E6D36C
Tints of Golden Sand #E6D36C
RGB
CMYK
RGB Variations
Color information
#E6D36C (or 0xE6D36C) is known color: Golden Sand. HEX triplet: E6, D3 and 6C. RGB value is (230,211,108). Sum of RGB (Red+Green+Blue) = 230+211+108=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D36C is #192C93. Grayscale: #CDCDCD. Windows color (decimal): -1649812 or 7132134. OLE color: 7132134.
HSL color Cylindrical-coordinate representation of color #E6D36C: hue angle of 50.66º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6D36C is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 108 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.10 |
| HSL | 50.66º | 0.71% | 0.66% | - |
| HSV(B) | 50.66º | 0.53% | 0.9% | - |
| XYZ | 58.63 | 64.49 | 23.55 | - |
| YUV | 204.94 | 73.29 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 108 | 0 | 0.08 | 0.53 | 0.10 | 50.66 | 0.71 | 0.66 |
| Hex | E6 | D3 | 6C | 0 | 8 | 35 | A | 33 | 47 | 42 |
| Octal | 346 | 323 | 154 | 0 | 10 | 65 | 12 | 63 | 107 | 102 |
| Binary | 11100110 | 11010011 | 1101100 | 0 | 1000 | 110101 | 1010 | 110011 | 1000111 | 1000010 |
Color Harmonies of #E6D36C
Complementary color
Monochromatic Colors of #E6D36C
Black with #E6D36C
Text Example
Text Example
White with #E6D36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D36C; }
p { color: rgb(230,211,108); }
H1.HeaderClassName
{
color: #E6D36C;
}
.AnyTagClassName
{
color: #E6D36C;
}
</style>
background-color css
<style>
a { background-color: #E6D36C; }
a { background-color: rgb(230,211,108); }
div.DivClassName
{
background-color: #E6D36C;
}
.BgClassName
{
background-color: #E6D36C;
}
</style>
border-color css
<style>
span { border-color: #E6D36C; }
span { border-color: rgb(230,211,108); }
td.TdClassName
{
border-color: #E6D36C;
}
.TagClassName
{
border-color: #E6D36C;
}
</style>