Shades of Golden Sand #EDD764
Tints of Golden Sand #EDD764
RGB
CMYK
RGB Variations
Color information
#EDD764 (or 0xEDD764) is known color: Golden Sand. HEX triplet: ED, D7 and 64. RGB value is (237,215,100). Sum of RGB (Red+Green+Blue) = 237+215+100=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD764 is #12289B. Grayscale: #D0D0D0. Windows color (decimal): -1190044 or 6608877. OLE color: 6608877.
HSL color Cylindrical-coordinate representation of color #EDD764: hue angle of 50.36º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDD764 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 100 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.07 |
| HSL | 50.36º | 0.79% | 0.66% | - |
| HSV(B) | 50.36º | 0.58% | 0.93% | - |
| XYZ | 61.53 | 67.53 | 21.85 | - |
| YUV | 208.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 100 | 0 | 0.09 | 0.58 | 0.07 | 50.36 | 0.79 | 0.66 |
| Hex | ED | D7 | 64 | 0 | 9 | 3A | 7 | 32 | 4F | 42 |
| Octal | 355 | 327 | 144 | 0 | 11 | 72 | 7 | 62 | 117 | 102 |
| Binary | 11101101 | 11010111 | 1100100 | 0 | 1001 | 111010 | 111 | 110010 | 1001111 | 1000010 |
Color Harmonies of #EDD764
Complementary color
Monochromatic Colors of #EDD764
Black with #EDD764
Text Example
Text Example
White with #EDD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD764; }
p { color: rgb(237,215,100); }
H1.HeaderClassName
{
color: #EDD764;
}
.AnyTagClassName
{
color: #EDD764;
}
</style>
background-color css
<style>
a { background-color: #EDD764; }
a { background-color: rgb(237,215,100); }
div.DivClassName
{
background-color: #EDD764;
}
.BgClassName
{
background-color: #EDD764;
}
</style>
border-color css
<style>
span { border-color: #EDD764; }
span { border-color: rgb(237,215,100); }
td.TdClassName
{
border-color: #EDD764;
}
.TagClassName
{
border-color: #EDD764;
}
</style>