Shades of Golden Sand #EDC861
Tints of Golden Sand #EDC861
RGB
CMYK
RGB Variations
Color information
#EDC861 (or 0xEDC861) is known color: Golden Sand. HEX triplet: ED, C8 and 61. RGB value is (237,200,97). Sum of RGB (Red+Green+Blue) = 237+200+97=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC861 is #12379E. Grayscale: #C7C7C7. Windows color (decimal): -1193887 or 6408429. OLE color: 6408429.
HSL color Cylindrical-coordinate representation of color #EDC861: hue angle of 44.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC861 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 97 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.07 |
| HSL | 44.14º | 0.8% | 0.65% | - |
| HSV(B) | 44.14º | 0.59% | 0.93% | - |
| XYZ | 57.74 | 60.18 | 19.88 | - |
| YUV | 199.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 97 | 0 | 0.16 | 0.59 | 0.07 | 44.14 | 0.8 | 0.65 |
| Hex | ED | C8 | 61 | 0 | 10 | 3B | 7 | 2C | 50 | 41 |
| Octal | 355 | 310 | 141 | 0 | 20 | 73 | 7 | 54 | 120 | 101 |
| Binary | 11101101 | 11001000 | 1100001 | 0 | 10000 | 111011 | 111 | 101100 | 1010000 | 1000001 |
Color Harmonies of #EDC861
Complementary color
Monochromatic Colors of #EDC861
Black with #EDC861
Text Example
Text Example
White with #EDC861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC861; }
p { color: rgb(237,200,97); }
H1.HeaderClassName
{
color: #EDC861;
}
.AnyTagClassName
{
color: #EDC861;
}
</style>
background-color css
<style>
a { background-color: #EDC861; }
a { background-color: rgb(237,200,97); }
div.DivClassName
{
background-color: #EDC861;
}
.BgClassName
{
background-color: #EDC861;
}
</style>
border-color css
<style>
span { border-color: #EDC861; }
span { border-color: rgb(237,200,97); }
td.TdClassName
{
border-color: #EDC861;
}
.TagClassName
{
border-color: #EDC861;
}
</style>