Shades of Golden Sand #EDD160
Tints of Golden Sand #EDD160
RGB
CMYK
RGB Variations
Color information
#EDD160 (or 0xEDD160) is known color: Golden Sand. HEX triplet: ED, D1 and 60. RGB value is (237,209,96). Sum of RGB (Red+Green+Blue) = 237+209+96=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD160 is #122E9F. Grayscale: #CCCCCC. Windows color (decimal): -1191584 or 6345197. OLE color: 6345197.
HSL color Cylindrical-coordinate representation of color #EDD160: hue angle of 48.09º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD160 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 96 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.07 |
| HSL | 48.09º | 0.8% | 0.65% | - |
| HSV(B) | 48.09º | 0.59% | 0.93% | - |
| XYZ | 59.84 | 64.45 | 20.35 | - |
| YUV | 204.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 96 | 0 | 0.12 | 0.59 | 0.07 | 48.09 | 0.8 | 0.65 |
| Hex | ED | D1 | 60 | 0 | C | 3B | 7 | 30 | 50 | 41 |
| Octal | 355 | 321 | 140 | 0 | 14 | 73 | 7 | 60 | 120 | 101 |
| Binary | 11101101 | 11010001 | 1100000 | 0 | 1100 | 111011 | 111 | 110000 | 1010000 | 1000001 |
Color Harmonies of #EDD160
Complementary color
Monochromatic Colors of #EDD160
Black with #EDD160
Text Example
Text Example
White with #EDD160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD160; }
p { color: rgb(237,209,96); }
H1.HeaderClassName
{
color: #EDD160;
}
.AnyTagClassName
{
color: #EDD160;
}
</style>
background-color css
<style>
a { background-color: #EDD160; }
a { background-color: rgb(237,209,96); }
div.DivClassName
{
background-color: #EDD160;
}
.BgClassName
{
background-color: #EDD160;
}
</style>
border-color css
<style>
span { border-color: #EDD160; }
span { border-color: rgb(237,209,96); }
td.TdClassName
{
border-color: #EDD160;
}
.TagClassName
{
border-color: #EDD160;
}
</style>