Shades of Golden Sand #EDD176
Tints of Golden Sand #EDD176
RGB
CMYK
RGB Variations
Color information
#EDD176 (or 0xEDD176) is known color: Golden Sand. HEX triplet: ED, D1 and 76. RGB value is (237,209,118). Sum of RGB (Red+Green+Blue) = 237+209+118=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD176 is #122E89. Grayscale: #CFCFCF. Windows color (decimal): -1191562 or 7786989. OLE color: 7786989.
HSL color Cylindrical-coordinate representation of color #EDD176: hue angle of 45.88º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD176 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 118 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.07 |
| HSL | 45.88º | 0.77% | 0.7% | - |
| HSV(B) | 45.88º | 0.5% | 0.93% | - |
| XYZ | 61 | 64.91 | 26.45 | - |
| YUV | 207 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 118 | 0 | 0.12 | 0.50 | 0.07 | 45.88 | 0.77 | 0.7 |
| Hex | ED | D1 | 76 | 0 | C | 32 | 7 | 2E | 4D | 46 |
| Octal | 355 | 321 | 166 | 0 | 14 | 62 | 7 | 56 | 115 | 106 |
| Binary | 11101101 | 11010001 | 1110110 | 0 | 1100 | 110010 | 111 | 101110 | 1001101 | 1000110 |
Color Harmonies of #EDD176
Complementary color
Monochromatic Colors of #EDD176
Black with #EDD176
Text Example
Text Example
White with #EDD176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD176; }
p { color: rgb(237,209,118); }
H1.HeaderClassName
{
color: #EDD176;
}
.AnyTagClassName
{
color: #EDD176;
}
</style>
background-color css
<style>
a { background-color: #EDD176; }
a { background-color: rgb(237,209,118); }
div.DivClassName
{
background-color: #EDD176;
}
.BgClassName
{
background-color: #EDD176;
}
</style>
border-color css
<style>
span { border-color: #EDD176; }
span { border-color: rgb(237,209,118); }
td.TdClassName
{
border-color: #EDD176;
}
.TagClassName
{
border-color: #EDD176;
}
</style>