Shades of Golden Sand #EDD766
Tints of Golden Sand #EDD766
RGB
CMYK
RGB Variations
Color information
#EDD766 (or 0xEDD766) is known color: Golden Sand. HEX triplet: ED, D7 and 66. RGB value is (237,215,102). Sum of RGB (Red+Green+Blue) = 237+215+102=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD766 is #122899. Grayscale: #D1D1D1. Windows color (decimal): -1190042 or 6739949. OLE color: 6739949.
HSL color Cylindrical-coordinate representation of color #EDD766: hue angle of 50.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD766 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 102 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.07 |
| HSL | 50.22º | 0.79% | 0.66% | - |
| HSV(B) | 50.22º | 0.57% | 0.93% | - |
| XYZ | 61.62 | 67.56 | 22.36 | - |
| YUV | 208.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 102 | 0 | 0.09 | 0.57 | 0.07 | 50.22 | 0.79 | 0.66 |
| Hex | ED | D7 | 66 | 0 | 9 | 39 | 7 | 32 | 4F | 42 |
| Octal | 355 | 327 | 146 | 0 | 11 | 71 | 7 | 62 | 117 | 102 |
| Binary | 11101101 | 11010111 | 1100110 | 0 | 1001 | 111001 | 111 | 110010 | 1001111 | 1000010 |
Color Harmonies of #EDD766
Complementary color
Monochromatic Colors of #EDD766
Black with #EDD766
Text Example
Text Example
White with #EDD766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD766; }
p { color: rgb(237,215,102); }
H1.HeaderClassName
{
color: #EDD766;
}
.AnyTagClassName
{
color: #EDD766;
}
</style>
background-color css
<style>
a { background-color: #EDD766; }
a { background-color: rgb(237,215,102); }
div.DivClassName
{
background-color: #EDD766;
}
.BgClassName
{
background-color: #EDD766;
}
</style>
border-color css
<style>
span { border-color: #EDD766; }
span { border-color: rgb(237,215,102); }
td.TdClassName
{
border-color: #EDD766;
}
.TagClassName
{
border-color: #EDD766;
}
</style>