Shades of Golden Sand #E6CD60
Tints of Golden Sand #E6CD60
RGB
CMYK
RGB Variations
Color information
#E6CD60 (or 0xE6CD60) is known color: Golden Sand. HEX triplet: E6, CD and 60. RGB value is (230,205,96). Sum of RGB (Red+Green+Blue) = 230+205+96=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD60 is #19329F. Grayscale: #C8C8C8. Windows color (decimal): -1651360 or 6344166. OLE color: 6344166.
HSL color Cylindrical-coordinate representation of color #E6CD60: hue angle of 48.81º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6CD60 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 96 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.10 |
| HSL | 48.81º | 0.73% | 0.64% | - |
| HSV(B) | 48.81º | 0.58% | 0.9% | - |
| XYZ | 56.58 | 61.33 | 19.92 | - |
| YUV | 200.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 96 | 0 | 0.11 | 0.58 | 0.10 | 48.81 | 0.73 | 0.64 |
| Hex | E6 | CD | 60 | 0 | B | 3A | A | 31 | 49 | 40 |
| Octal | 346 | 315 | 140 | 0 | 13 | 72 | 12 | 61 | 111 | 100 |
| Binary | 11100110 | 11001101 | 1100000 | 0 | 1011 | 111010 | 1010 | 110001 | 1001001 | 1000000 |
Color Harmonies of #E6CD60
Complementary color
Monochromatic Colors of #E6CD60
Black with #E6CD60
Text Example
Text Example
White with #E6CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD60; }
p { color: rgb(230,205,96); }
H1.HeaderClassName
{
color: #E6CD60;
}
.AnyTagClassName
{
color: #E6CD60;
}
</style>
background-color css
<style>
a { background-color: #E6CD60; }
a { background-color: rgb(230,205,96); }
div.DivClassName
{
background-color: #E6CD60;
}
.BgClassName
{
background-color: #E6CD60;
}
</style>
border-color css
<style>
span { border-color: #E6CD60; }
span { border-color: rgb(230,205,96); }
td.TdClassName
{
border-color: #E6CD60;
}
.TagClassName
{
border-color: #E6CD60;
}
</style>