Shades of Golden Sand #EDD963
Tints of Golden Sand #EDD963
RGB
CMYK
RGB Variations
Color information
#EDD963 (or 0xEDD963) is known color: Golden Sand. HEX triplet: ED, D9 and 63. RGB value is (237,217,99). Sum of RGB (Red+Green+Blue) = 237+217+99=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD963 is #12269C. Grayscale: #D2D2D2. Windows color (decimal): -1189533 or 6543853. OLE color: 6543853.
HSL color Cylindrical-coordinate representation of color #EDD963: hue angle of 51.3º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDD963 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 99 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.3º | 0.79% | 0.66% | - |
| HSV(B) | 51.3º | 0.58% | 0.93% | - |
| XYZ | 61.99 | 68.53 | 21.76 | - |
| YUV | 209.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 99 | 0 | 0.08 | 0.58 | 0.07 | 51.3 | 0.79 | 0.66 |
| Hex | ED | D9 | 63 | 0 | 8 | 3A | 7 | 33 | 4F | 42 |
| Octal | 355 | 331 | 143 | 0 | 10 | 72 | 7 | 63 | 117 | 102 |
| Binary | 11101101 | 11011001 | 1100011 | 0 | 1000 | 111010 | 111 | 110011 | 1001111 | 1000010 |
Color Harmonies of #EDD963
Complementary color
Monochromatic Colors of #EDD963
Black with #EDD963
Text Example
Text Example
White with #EDD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD963; }
p { color: rgb(237,217,99); }
H1.HeaderClassName
{
color: #EDD963;
}
.AnyTagClassName
{
color: #EDD963;
}
</style>
background-color css
<style>
a { background-color: #EDD963; }
a { background-color: rgb(237,217,99); }
div.DivClassName
{
background-color: #EDD963;
}
.BgClassName
{
background-color: #EDD963;
}
</style>
border-color css
<style>
span { border-color: #EDD963; }
span { border-color: rgb(237,217,99); }
td.TdClassName
{
border-color: #EDD963;
}
.TagClassName
{
border-color: #EDD963;
}
</style>