Shades of Golden Sand #E6C85D
Tints of Golden Sand #E6C85D
RGB
CMYK
RGB Variations
Color information
#E6C85D (or 0xE6C85D) is known color: Golden Sand. HEX triplet: E6, C8 and 5D. RGB value is (230,200,93). Sum of RGB (Red+Green+Blue) = 230+200+93=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C85D is #1937A2. Grayscale: #C5C5C5. Windows color (decimal): -1652643 or 6146278. OLE color: 6146278.
HSL color Cylindrical-coordinate representation of color #E6C85D: hue angle of 46.86º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6C85D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 93 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.10 |
| HSL | 46.86º | 0.73% | 0.63% | - |
| HSV(B) | 46.86º | 0.6% | 0.9% | - |
| XYZ | 55.26 | 58.92 | 18.82 | - |
| YUV | 196.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 93 | 0 | 0.13 | 0.60 | 0.10 | 46.86 | 0.73 | 0.63 |
| Hex | E6 | C8 | 5D | 0 | D | 3C | A | 2F | 49 | 3F |
| Octal | 346 | 310 | 135 | 0 | 15 | 74 | 12 | 57 | 111 | 77 |
| Binary | 11100110 | 11001000 | 1011101 | 0 | 1101 | 111100 | 1010 | 101111 | 1001001 | 111111 |
Color Harmonies of #E6C85D
Complementary color
Monochromatic Colors of #E6C85D
Black with #E6C85D
Text Example
Text Example
White with #E6C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C85D; }
p { color: rgb(230,200,93); }
H1.HeaderClassName
{
color: #E6C85D;
}
.AnyTagClassName
{
color: #E6C85D;
}
</style>
background-color css
<style>
a { background-color: #E6C85D; }
a { background-color: rgb(230,200,93); }
div.DivClassName
{
background-color: #E6C85D;
}
.BgClassName
{
background-color: #E6C85D;
}
</style>
border-color css
<style>
span { border-color: #E6C85D; }
span { border-color: rgb(230,200,93); }
td.TdClassName
{
border-color: #E6C85D;
}
.TagClassName
{
border-color: #E6C85D;
}
</style>