Shades of Golden Sand #EDD174
Tints of Golden Sand #EDD174
RGB
CMYK
RGB Variations
Color information
#EDD174 (or 0xEDD174) is known color: Golden Sand. HEX triplet: ED, D1 and 74. RGB value is (237,209,116). Sum of RGB (Red+Green+Blue) = 237+209+116=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD174 is #122E8B. Grayscale: #CFCFCF. Windows color (decimal): -1191564 or 7655917. OLE color: 7655917.
HSL color Cylindrical-coordinate representation of color #EDD174: hue angle of 46.12º 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 #EDD174 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 116 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.07 |
| HSL | 46.12º | 0.77% | 0.69% | - |
| HSV(B) | 46.12º | 0.51% | 0.93% | - |
| XYZ | 60.88 | 64.87 | 25.83 | - |
| YUV | 206.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 116 | 0 | 0.12 | 0.51 | 0.07 | 46.12 | 0.77 | 0.69 |
| Hex | ED | D1 | 74 | 0 | C | 33 | 7 | 2E | 4D | 45 |
| Octal | 355 | 321 | 164 | 0 | 14 | 63 | 7 | 56 | 115 | 105 |
| Binary | 11101101 | 11010001 | 1110100 | 0 | 1100 | 110011 | 111 | 101110 | 1001101 | 1000101 |
Color Harmonies of #EDD174
Complementary color
Monochromatic Colors of #EDD174
Black with #EDD174
Text Example
Text Example
White with #EDD174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD174; }
p { color: rgb(237,209,116); }
H1.HeaderClassName
{
color: #EDD174;
}
.AnyTagClassName
{
color: #EDD174;
}
</style>
background-color css
<style>
a { background-color: #EDD174; }
a { background-color: rgb(237,209,116); }
div.DivClassName
{
background-color: #EDD174;
}
.BgClassName
{
background-color: #EDD174;
}
</style>
border-color css
<style>
span { border-color: #EDD174; }
span { border-color: rgb(237,209,116); }
td.TdClassName
{
border-color: #EDD174;
}
.TagClassName
{
border-color: #EDD174;
}
</style>