Shades of Golden Sand #EDD16F
Tints of Golden Sand #EDD16F
RGB
CMYK
RGB Variations
Color information
#EDD16F (or 0xEDD16F) is known color: Golden Sand. HEX triplet: ED, D1 and 6F. RGB value is (237,209,111). Sum of RGB (Red+Green+Blue) = 237+209+111=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD16F is #122E90. Grayscale: #CECECE. Windows color (decimal): -1191569 or 7328237. OLE color: 7328237.
HSL color Cylindrical-coordinate representation of color #EDD16F: hue angle of 46.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDD16F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 111 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.07 |
| HSL | 46.67º | 0.78% | 0.68% | - |
| HSV(B) | 46.67º | 0.53% | 0.93% | - |
| XYZ | 60.59 | 64.75 | 24.34 | - |
| YUV | 206.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 111 | 0 | 0.12 | 0.53 | 0.07 | 46.67 | 0.78 | 0.68 |
| Hex | ED | D1 | 6F | 0 | C | 35 | 7 | 2F | 4E | 44 |
| Octal | 355 | 321 | 157 | 0 | 14 | 65 | 7 | 57 | 116 | 104 |
| Binary | 11101101 | 11010001 | 1101111 | 0 | 1100 | 110101 | 111 | 101111 | 1001110 | 1000100 |
Color Harmonies of #EDD16F
Complementary color
Monochromatic Colors of #EDD16F
Black with #EDD16F
Text Example
Text Example
White with #EDD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD16F; }
p { color: rgb(237,209,111); }
H1.HeaderClassName
{
color: #EDD16F;
}
.AnyTagClassName
{
color: #EDD16F;
}
</style>
background-color css
<style>
a { background-color: #EDD16F; }
a { background-color: rgb(237,209,111); }
div.DivClassName
{
background-color: #EDD16F;
}
.BgClassName
{
background-color: #EDD16F;
}
</style>
border-color css
<style>
span { border-color: #EDD16F; }
span { border-color: rgb(237,209,111); }
td.TdClassName
{
border-color: #EDD16F;
}
.TagClassName
{
border-color: #EDD16F;
}
</style>