Shades of Golden Sand #E6C85C
Tints of Golden Sand #E6C85C
RGB
CMYK
RGB Variations
Color information
#E6C85C (or 0xE6C85C) is known color: Golden Sand. HEX triplet: E6, C8 and 5C. RGB value is (230,200,92). Sum of RGB (Red+Green+Blue) = 230+200+92=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C85C is #1937A3. Grayscale: #C5C5C5. Windows color (decimal): -1652644 or 6080742. OLE color: 6080742.
HSL color Cylindrical-coordinate representation of color #E6C85C: hue angle of 46.96º 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 #E6C85C is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 92 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.10 |
| HSL | 46.96º | 0.73% | 0.63% | - |
| HSV(B) | 46.96º | 0.6% | 0.9% | - |
| XYZ | 55.22 | 58.9 | 18.58 | - |
| YUV | 196.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 92 | 0 | 0.13 | 0.60 | 0.10 | 46.96 | 0.73 | 0.63 |
| Hex | E6 | C8 | 5C | 0 | D | 3C | A | 2F | 49 | 3F |
| Octal | 346 | 310 | 134 | 0 | 15 | 74 | 12 | 57 | 111 | 77 |
| Binary | 11100110 | 11001000 | 1011100 | 0 | 1101 | 111100 | 1010 | 101111 | 1001001 | 111111 |
Color Harmonies of #E6C85C
Complementary color
Monochromatic Colors of #E6C85C
Black with #E6C85C
Text Example
Text Example
White with #E6C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C85C; }
p { color: rgb(230,200,92); }
H1.HeaderClassName
{
color: #E6C85C;
}
.AnyTagClassName
{
color: #E6C85C;
}
</style>
background-color css
<style>
a { background-color: #E6C85C; }
a { background-color: rgb(230,200,92); }
div.DivClassName
{
background-color: #E6C85C;
}
.BgClassName
{
background-color: #E6C85C;
}
</style>
border-color css
<style>
span { border-color: #E6C85C; }
span { border-color: rgb(230,200,92); }
td.TdClassName
{
border-color: #E6C85C;
}
.TagClassName
{
border-color: #E6C85C;
}
</style>