Shades of Golden Sand #EDD16E
Tints of Golden Sand #EDD16E
RGB
CMYK
RGB Variations
Color information
#EDD16E (or 0xEDD16E) is known color: Golden Sand. HEX triplet: ED, D1 and 6E. RGB value is (237,209,110). Sum of RGB (Red+Green+Blue) = 237+209+110=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD16E is #122E91. Grayscale: #CECECE. Windows color (decimal): -1191570 or 7262701. OLE color: 7262701.
HSL color Cylindrical-coordinate representation of color #EDD16E: hue angle of 46.77º 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 #EDD16E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 110 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.07 |
| HSL | 46.77º | 0.78% | 0.68% | - |
| HSV(B) | 46.77º | 0.54% | 0.93% | - |
| XYZ | 60.54 | 64.73 | 24.06 | - |
| YUV | 206.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 110 | 0 | 0.12 | 0.54 | 0.07 | 46.77 | 0.78 | 0.68 |
| Hex | ED | D1 | 6E | 0 | C | 36 | 7 | 2F | 4E | 44 |
| Octal | 355 | 321 | 156 | 0 | 14 | 66 | 7 | 57 | 116 | 104 |
| Binary | 11101101 | 11010001 | 1101110 | 0 | 1100 | 110110 | 111 | 101111 | 1001110 | 1000100 |
Color Harmonies of #EDD16E
Complementary color
Monochromatic Colors of #EDD16E
Black with #EDD16E
Text Example
Text Example
White with #EDD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD16E; }
p { color: rgb(237,209,110); }
H1.HeaderClassName
{
color: #EDD16E;
}
.AnyTagClassName
{
color: #EDD16E;
}
</style>
background-color css
<style>
a { background-color: #EDD16E; }
a { background-color: rgb(237,209,110); }
div.DivClassName
{
background-color: #EDD16E;
}
.BgClassName
{
background-color: #EDD16E;
}
</style>
border-color css
<style>
span { border-color: #EDD16E; }
span { border-color: rgb(237,209,110); }
td.TdClassName
{
border-color: #EDD16E;
}
.TagClassName
{
border-color: #EDD16E;
}
</style>