Shades of Golden Sand #E6CD5E
Tints of Golden Sand #E6CD5E
RGB
CMYK
RGB Variations
Color information
#E6CD5E (or 0xE6CD5E) is known color: Golden Sand. HEX triplet: E6, CD and 5E. RGB value is (230,205,94). Sum of RGB (Red+Green+Blue) = 230+205+94=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD5E is #1932A1. Grayscale: #C8C8C8. Windows color (decimal): -1651362 or 6213094. OLE color: 6213094.
HSL color Cylindrical-coordinate representation of color #E6CD5E: hue angle of 48.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6CD5E is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 94 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.10 |
| HSL | 48.97º | 0.73% | 0.64% | - |
| HSV(B) | 48.97º | 0.59% | 0.9% | - |
| XYZ | 56.48 | 61.29 | 19.44 | - |
| YUV | 199.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 94 | 0 | 0.11 | 0.59 | 0.10 | 48.97 | 0.73 | 0.64 |
| Hex | E6 | CD | 5E | 0 | B | 3B | A | 31 | 49 | 40 |
| Octal | 346 | 315 | 136 | 0 | 13 | 73 | 12 | 61 | 111 | 100 |
| Binary | 11100110 | 11001101 | 1011110 | 0 | 1011 | 111011 | 1010 | 110001 | 1001001 | 1000000 |
Color Harmonies of #E6CD5E
Complementary color
Monochromatic Colors of #E6CD5E
Black with #E6CD5E
Text Example
Text Example
White with #E6CD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD5E; }
p { color: rgb(230,205,94); }
H1.HeaderClassName
{
color: #E6CD5E;
}
.AnyTagClassName
{
color: #E6CD5E;
}
</style>
background-color css
<style>
a { background-color: #E6CD5E; }
a { background-color: rgb(230,205,94); }
div.DivClassName
{
background-color: #E6CD5E;
}
.BgClassName
{
background-color: #E6CD5E;
}
</style>
border-color css
<style>
span { border-color: #E6CD5E; }
span { border-color: rgb(230,205,94); }
td.TdClassName
{
border-color: #E6CD5E;
}
.TagClassName
{
border-color: #E6CD5E;
}
</style>