Shades of Golden Sand #E7CC73
Tints of Golden Sand #E7CC73
RGB
CMYK
RGB Variations
Color information
#E7CC73 (or 0xE7CC73) is known color: Golden Sand. HEX triplet: E7, CC and 73. RGB value is (231,204,115). Sum of RGB (Red+Green+Blue) = 231+204+115=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CC73 is #18338C. Grayscale: #CACACA. Windows color (decimal): -1586061 or 7589095. OLE color: 7589095.
HSL color Cylindrical-coordinate representation of color #E7CC73: hue angle of 46.03º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7CC73 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 115 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.09 |
| HSL | 46.03º | 0.71% | 0.68% | - |
| HSV(B) | 46.03º | 0.5% | 0.91% | - |
| XYZ | 57.64 | 61.41 | 25.04 | - |
| YUV | 201.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 115 | 0 | 0.12 | 0.50 | 0.09 | 46.03 | 0.71 | 0.68 |
| Hex | E7 | CC | 73 | 0 | C | 32 | 9 | 2E | 47 | 44 |
| Octal | 347 | 314 | 163 | 0 | 14 | 62 | 11 | 56 | 107 | 104 |
| Binary | 11100111 | 11001100 | 1110011 | 0 | 1100 | 110010 | 1001 | 101110 | 1000111 | 1000100 |
Color Harmonies of #E7CC73
Complementary color
Monochromatic Colors of #E7CC73
Black with #E7CC73
Text Example
Text Example
White with #E7CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CC73; }
p { color: rgb(231,204,115); }
H1.HeaderClassName
{
color: #E7CC73;
}
.AnyTagClassName
{
color: #E7CC73;
}
</style>
background-color css
<style>
a { background-color: #E7CC73; }
a { background-color: rgb(231,204,115); }
div.DivClassName
{
background-color: #E7CC73;
}
.BgClassName
{
background-color: #E7CC73;
}
</style>
border-color css
<style>
span { border-color: #E7CC73; }
span { border-color: rgb(231,204,115); }
td.TdClassName
{
border-color: #E7CC73;
}
.TagClassName
{
border-color: #E7CC73;
}
</style>