Shades of Golden Sand #E7D16F
Tints of Golden Sand #E7D16F
RGB
CMYK
RGB Variations
Color information
#E7D16F (or 0xE7D16F) is known color: Golden Sand. HEX triplet: E7, D1 and 6F. RGB value is (231,209,111). Sum of RGB (Red+Green+Blue) = 231+209+111=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D16F is #182E90. Grayscale: #CCCCCC. Windows color (decimal): -1584785 or 7328231. OLE color: 7328231.
HSL color Cylindrical-coordinate representation of color #E7D16F: hue angle of 49º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7D16F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 111 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.09 |
| HSL | 49º | 0.71% | 0.67% | - |
| HSV(B) | 49º | 0.52% | 0.91% | - |
| XYZ | 58.62 | 63.74 | 24.25 | - |
| YUV | 204.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 111 | 0 | 0.10 | 0.52 | 0.09 | 49 | 0.71 | 0.67 |
| Hex | E7 | D1 | 6F | 0 | A | 34 | 9 | 31 | 47 | 43 |
| Octal | 347 | 321 | 157 | 0 | 12 | 64 | 11 | 61 | 107 | 103 |
| Binary | 11100111 | 11010001 | 1101111 | 0 | 1010 | 110100 | 1001 | 110001 | 1000111 | 1000011 |
Color Harmonies of #E7D16F
Complementary color
Monochromatic Colors of #E7D16F
Black with #E7D16F
Text Example
Text Example
White with #E7D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D16F; }
p { color: rgb(231,209,111); }
H1.HeaderClassName
{
color: #E7D16F;
}
.AnyTagClassName
{
color: #E7D16F;
}
</style>
background-color css
<style>
a { background-color: #E7D16F; }
a { background-color: rgb(231,209,111); }
div.DivClassName
{
background-color: #E7D16F;
}
.BgClassName
{
background-color: #E7D16F;
}
</style>
border-color css
<style>
span { border-color: #E7D16F; }
span { border-color: rgb(231,209,111); }
td.TdClassName
{
border-color: #E7D16F;
}
.TagClassName
{
border-color: #E7D16F;
}
</style>