Shades of Golden Sand #EDC76D
Tints of Golden Sand #EDC76D
RGB
CMYK
RGB Variations
Color information
#EDC76D (or 0xEDC76D) is known color: Golden Sand. HEX triplet: ED, C7 and 6D. RGB value is (237,199,109). Sum of RGB (Red+Green+Blue) = 237+199+109=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76D is #123892. Grayscale: #C8C8C8. Windows color (decimal): -1194131 or 7194605. OLE color: 7194605.
HSL color Cylindrical-coordinate representation of color #EDC76D: hue angle of 42.19º 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 #EDC76D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 109 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.07 |
| HSL | 42.19º | 0.78% | 0.68% | - |
| HSV(B) | 42.19º | 0.54% | 0.93% | - |
| XYZ | 58.11 | 59.96 | 22.98 | - |
| YUV | 200.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 109 | 0 | 0.16 | 0.54 | 0.07 | 42.19 | 0.78 | 0.68 |
| Hex | ED | C7 | 6D | 0 | 10 | 36 | 7 | 2A | 4E | 44 |
| Octal | 355 | 307 | 155 | 0 | 20 | 66 | 7 | 52 | 116 | 104 |
| Binary | 11101101 | 11000111 | 1101101 | 0 | 10000 | 110110 | 111 | 101010 | 1001110 | 1000100 |
Color Harmonies of #EDC76D
Complementary color
Monochromatic Colors of #EDC76D
Black with #EDC76D
Text Example
Text Example
White with #EDC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC76D; }
p { color: rgb(237,199,109); }
H1.HeaderClassName
{
color: #EDC76D;
}
.AnyTagClassName
{
color: #EDC76D;
}
</style>
background-color css
<style>
a { background-color: #EDC76D; }
a { background-color: rgb(237,199,109); }
div.DivClassName
{
background-color: #EDC76D;
}
.BgClassName
{
background-color: #EDC76D;
}
</style>
border-color css
<style>
span { border-color: #EDC76D; }
span { border-color: rgb(237,199,109); }
td.TdClassName
{
border-color: #EDC76D;
}
.TagClassName
{
border-color: #EDC76D;
}
</style>