Shades of Golden Sand #EDD863
Tints of Golden Sand #EDD863
RGB
CMYK
RGB Variations
Color information
#EDD863 (or 0xEDD863) is known color: Golden Sand. HEX triplet: ED, D8 and 63. RGB value is (237,216,99). Sum of RGB (Red+Green+Blue) = 237+216+99=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD863 is #12279C. Grayscale: #D1D1D1. Windows color (decimal): -1189789 or 6543597. OLE color: 6543597.
HSL color Cylindrical-coordinate representation of color #EDD863: hue angle of 50.87º 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 #EDD863 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 99 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.07 |
| HSL | 50.87º | 0.79% | 0.66% | - |
| HSV(B) | 50.87º | 0.58% | 0.93% | - |
| XYZ | 61.73 | 68.02 | 21.68 | - |
| YUV | 208.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 99 | 0 | 0.09 | 0.58 | 0.07 | 50.87 | 0.79 | 0.66 |
| Hex | ED | D8 | 63 | 0 | 9 | 3A | 7 | 33 | 4F | 42 |
| Octal | 355 | 330 | 143 | 0 | 11 | 72 | 7 | 63 | 117 | 102 |
| Binary | 11101101 | 11011000 | 1100011 | 0 | 1001 | 111010 | 111 | 110011 | 1001111 | 1000010 |
Color Harmonies of #EDD863
Complementary color
Monochromatic Colors of #EDD863
Black with #EDD863
Text Example
Text Example
White with #EDD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD863; }
p { color: rgb(237,216,99); }
H1.HeaderClassName
{
color: #EDD863;
}
.AnyTagClassName
{
color: #EDD863;
}
</style>
background-color css
<style>
a { background-color: #EDD863; }
a { background-color: rgb(237,216,99); }
div.DivClassName
{
background-color: #EDD863;
}
.BgClassName
{
background-color: #EDD863;
}
</style>
border-color css
<style>
span { border-color: #EDD863; }
span { border-color: rgb(237,216,99); }
td.TdClassName
{
border-color: #EDD863;
}
.TagClassName
{
border-color: #EDD863;
}
</style>