Shades of Golden Sand #E7D066
Tints of Golden Sand #E7D066
RGB
CMYK
RGB Variations
Color information
#E7D066 (or 0xE7D066) is known color: Golden Sand. HEX triplet: E7, D0 and 66. RGB value is (231,208,102). Sum of RGB (Red+Green+Blue) = 231+208+102=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D066 is #182F99. Grayscale: #CBCBCB. Windows color (decimal): -1585050 or 6738151. OLE color: 6738151.
HSL color Cylindrical-coordinate representation of color #E7D066: hue angle of 49.3º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7D066 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 102 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.09 |
| HSL | 49.3º | 0.73% | 0.65% | - |
| HSV(B) | 49.3º | 0.56% | 0.91% | - |
| XYZ | 57.91 | 63.06 | 21.69 | - |
| YUV | 202.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 102 | 0 | 0.10 | 0.56 | 0.09 | 49.3 | 0.73 | 0.65 |
| Hex | E7 | D0 | 66 | 0 | A | 38 | 9 | 31 | 49 | 41 |
| Octal | 347 | 320 | 146 | 0 | 12 | 70 | 11 | 61 | 111 | 101 |
| Binary | 11100111 | 11010000 | 1100110 | 0 | 1010 | 111000 | 1001 | 110001 | 1001001 | 1000001 |
Color Harmonies of #E7D066
Complementary color
Monochromatic Colors of #E7D066
Black with #E7D066
Text Example
Text Example
White with #E7D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D066; }
p { color: rgb(231,208,102); }
H1.HeaderClassName
{
color: #E7D066;
}
.AnyTagClassName
{
color: #E7D066;
}
</style>
background-color css
<style>
a { background-color: #E7D066; }
a { background-color: rgb(231,208,102); }
div.DivClassName
{
background-color: #E7D066;
}
.BgClassName
{
background-color: #E7D066;
}
</style>
border-color css
<style>
span { border-color: #E7D066; }
span { border-color: rgb(231,208,102); }
td.TdClassName
{
border-color: #E7D066;
}
.TagClassName
{
border-color: #E7D066;
}
</style>