Shades of Golden Sand #E9D766
Tints of Golden Sand #E9D766
RGB
CMYK
RGB Variations
Color information
#E9D766 (or 0xE9D766) is known color: Golden Sand. HEX triplet: E9, D7 and 66. RGB value is (233,215,102). Sum of RGB (Red+Green+Blue) = 233+215+102=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D766 is #162899. Grayscale: #CFCFCF. Windows color (decimal): -1452186 or 6739945. OLE color: 6739945.
HSL color Cylindrical-coordinate representation of color #E9D766: hue angle of 51.76º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E9D766 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 215 | 102 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.09 |
| HSL | 51.76º | 0.75% | 0.66% | - |
| HSV(B) | 51.76º | 0.56% | 0.91% | - |
| XYZ | 60.3 | 66.88 | 22.3 | - |
| YUV | 207.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 215 | 102 | 0 | 0.08 | 0.56 | 0.09 | 51.76 | 0.75 | 0.66 |
| Hex | E9 | D7 | 66 | 0 | 8 | 38 | 9 | 34 | 4B | 42 |
| Octal | 351 | 327 | 146 | 0 | 10 | 70 | 11 | 64 | 113 | 102 |
| Binary | 11101001 | 11010111 | 1100110 | 0 | 1000 | 111000 | 1001 | 110100 | 1001011 | 1000010 |
Color Harmonies of #E9D766
Complementary color
Monochromatic Colors of #E9D766
Black with #E9D766
Text Example
Text Example
White with #E9D766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D766; }
p { color: rgb(233,215,102); }
H1.HeaderClassName
{
color: #E9D766;
}
.AnyTagClassName
{
color: #E9D766;
}
</style>
background-color css
<style>
a { background-color: #E9D766; }
a { background-color: rgb(233,215,102); }
div.DivClassName
{
background-color: #E9D766;
}
.BgClassName
{
background-color: #E9D766;
}
</style>
border-color css
<style>
span { border-color: #E9D766; }
span { border-color: rgb(233,215,102); }
td.TdClassName
{
border-color: #E9D766;
}
.TagClassName
{
border-color: #E9D766;
}
</style>