Shades of Golden Sand #E6CD73
Tints of Golden Sand #E6CD73
RGB
CMYK
RGB Variations
Color information
#E6CD73 (or 0xE6CD73) is known color: Golden Sand. HEX triplet: E6, CD and 73. RGB value is (230,205,115). Sum of RGB (Red+Green+Blue) = 230+205+115=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD73 is #19328C. Grayscale: #CACACA. Windows color (decimal): -1651341 or 7589350. OLE color: 7589350.
HSL color Cylindrical-coordinate representation of color #E6CD73: hue angle of 46.96º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6CD73 is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 115 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.10 |
| HSL | 46.96º | 0.7% | 0.68% | - |
| HSV(B) | 46.96º | 0.5% | 0.9% | - |
| XYZ | 57.56 | 61.72 | 25.1 | - |
| YUV | 202.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 115 | 0 | 0.11 | 0.5 | 0.10 | 46.96 | 0.7 | 0.68 |
| Hex | E6 | CD | 73 | 0 | B | 32 | A | 2F | 46 | 44 |
| Octal | 346 | 315 | 163 | 0 | 13 | 62 | 12 | 57 | 106 | 104 |
| Binary | 11100110 | 11001101 | 1110011 | 0 | 1011 | 110010 | 1010 | 101111 | 1000110 | 1000100 |
Color Harmonies of #E6CD73
Complementary color
Monochromatic Colors of #E6CD73
Black with #E6CD73
Text Example
Text Example
White with #E6CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CD73; }
p { color: rgb(230,205,115); }
H1.HeaderClassName
{
color: #E6CD73;
}
.AnyTagClassName
{
color: #E6CD73;
}
</style>
background-color css
<style>
a { background-color: #E6CD73; }
a { background-color: rgb(230,205,115); }
div.DivClassName
{
background-color: #E6CD73;
}
.BgClassName
{
background-color: #E6CD73;
}
</style>
border-color css
<style>
span { border-color: #E6CD73; }
span { border-color: rgb(230,205,115); }
td.TdClassName
{
border-color: #E6CD73;
}
.TagClassName
{
border-color: #E6CD73;
}
</style>