Shades of Golden Sand #EDD175
Tints of Golden Sand #EDD175
RGB
CMYK
RGB Variations
Color information
#EDD175 (or 0xEDD175) is known color: Golden Sand. HEX triplet: ED, D1 and 75. RGB value is (237,209,117). Sum of RGB (Red+Green+Blue) = 237+209+117=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD175 is #122E8A. Grayscale: #CFCFCF. Windows color (decimal): -1191563 or 7721453. OLE color: 7721453.
HSL color Cylindrical-coordinate representation of color #EDD175: hue angle of 46º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDD175 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 117 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.07 |
| HSL | 46º | 0.77% | 0.69% | - |
| HSV(B) | 46º | 0.51% | 0.93% | - |
| XYZ | 60.94 | 64.89 | 26.14 | - |
| YUV | 206.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 117 | 0 | 0.12 | 0.51 | 0.07 | 46 | 0.77 | 0.69 |
| Hex | ED | D1 | 75 | 0 | C | 33 | 7 | 2E | 4D | 45 |
| Octal | 355 | 321 | 165 | 0 | 14 | 63 | 7 | 56 | 115 | 105 |
| Binary | 11101101 | 11010001 | 1110101 | 0 | 1100 | 110011 | 111 | 101110 | 1001101 | 1000101 |
Color Harmonies of #EDD175
Complementary color
Monochromatic Colors of #EDD175
Black with #EDD175
Text Example
Text Example
White with #EDD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD175; }
p { color: rgb(237,209,117); }
H1.HeaderClassName
{
color: #EDD175;
}
.AnyTagClassName
{
color: #EDD175;
}
</style>
background-color css
<style>
a { background-color: #EDD175; }
a { background-color: rgb(237,209,117); }
div.DivClassName
{
background-color: #EDD175;
}
.BgClassName
{
background-color: #EDD175;
}
</style>
border-color css
<style>
span { border-color: #EDD175; }
span { border-color: rgb(237,209,117); }
td.TdClassName
{
border-color: #EDD175;
}
.TagClassName
{
border-color: #EDD175;
}
</style>