Shades of Golden Sand #EDD76D
Tints of Golden Sand #EDD76D
RGB
CMYK
RGB Variations
Color information
#EDD76D (or 0xEDD76D) is known color: Golden Sand. HEX triplet: ED, D7 and 6D. RGB value is (237,215,109). Sum of RGB (Red+Green+Blue) = 237+215+109=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD76D is #122892. Grayscale: #D1D1D1. Windows color (decimal): -1190035 or 7198701. OLE color: 7198701.
HSL color Cylindrical-coordinate representation of color #EDD76D: hue angle of 49.69º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDD76D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 109 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.07 |
| HSL | 49.69º | 0.78% | 0.68% | - |
| HSV(B) | 49.69º | 0.54% | 0.93% | - |
| XYZ | 61.99 | 67.71 | 24.27 | - |
| YUV | 209.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 109 | 0 | 0.09 | 0.54 | 0.07 | 49.69 | 0.78 | 0.68 |
| Hex | ED | D7 | 6D | 0 | 9 | 36 | 7 | 32 | 4E | 44 |
| Octal | 355 | 327 | 155 | 0 | 11 | 66 | 7 | 62 | 116 | 104 |
| Binary | 11101101 | 11010111 | 1101101 | 0 | 1001 | 110110 | 111 | 110010 | 1001110 | 1000100 |
Color Harmonies of #EDD76D
Complementary color
Monochromatic Colors of #EDD76D
Black with #EDD76D
Text Example
Text Example
White with #EDD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD76D; }
p { color: rgb(237,215,109); }
H1.HeaderClassName
{
color: #EDD76D;
}
.AnyTagClassName
{
color: #EDD76D;
}
</style>
background-color css
<style>
a { background-color: #EDD76D; }
a { background-color: rgb(237,215,109); }
div.DivClassName
{
background-color: #EDD76D;
}
.BgClassName
{
background-color: #EDD76D;
}
</style>
border-color css
<style>
span { border-color: #EDD76D; }
span { border-color: rgb(237,215,109); }
td.TdClassName
{
border-color: #EDD76D;
}
.TagClassName
{
border-color: #EDD76D;
}
</style>