Shades of Golden Sand #E6D368
Tints of Golden Sand #E6D368
RGB
CMYK
RGB Variations
Color information
#E6D368 (or 0xE6D368) is known color: Golden Sand. HEX triplet: E6, D3 and 68. RGB value is (230,211,104). Sum of RGB (Red+Green+Blue) = 230+211+104=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D368 is #192C97. Grayscale: #CCCCCC. Windows color (decimal): -1649816 or 6869990. OLE color: 6869990.
HSL color Cylindrical-coordinate representation of color #E6D368: hue angle of 50.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6D368 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 104 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.10 |
| HSL | 50.95º | 0.72% | 0.65% | - |
| HSV(B) | 50.95º | 0.55% | 0.9% | - |
| XYZ | 58.43 | 64.41 | 22.45 | - |
| YUV | 204.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 104 | 0 | 0.08 | 0.55 | 0.10 | 50.95 | 0.72 | 0.65 |
| Hex | E6 | D3 | 68 | 0 | 8 | 37 | A | 33 | 48 | 41 |
| Octal | 346 | 323 | 150 | 0 | 10 | 67 | 12 | 63 | 110 | 101 |
| Binary | 11100110 | 11010011 | 1101000 | 0 | 1000 | 110111 | 1010 | 110011 | 1001000 | 1000001 |
Color Harmonies of #E6D368
Complementary color
Monochromatic Colors of #E6D368
Black with #E6D368
Text Example
Text Example
White with #E6D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D368; }
p { color: rgb(230,211,104); }
H1.HeaderClassName
{
color: #E6D368;
}
.AnyTagClassName
{
color: #E6D368;
}
</style>
background-color css
<style>
a { background-color: #E6D368; }
a { background-color: rgb(230,211,104); }
div.DivClassName
{
background-color: #E6D368;
}
.BgClassName
{
background-color: #E6D368;
}
</style>
border-color css
<style>
span { border-color: #E6D368; }
span { border-color: rgb(230,211,104); }
td.TdClassName
{
border-color: #E6D368;
}
.TagClassName
{
border-color: #E6D368;
}
</style>