Shades of Golden Sand #EDC85F
Tints of Golden Sand #EDC85F
RGB
CMYK
RGB Variations
Color information
#EDC85F (or 0xEDC85F) is known color: Golden Sand. HEX triplet: ED, C8 and 5F. RGB value is (237,200,95). Sum of RGB (Red+Green+Blue) = 237+200+95=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85F is #1237A0. Grayscale: #C7C7C7. Windows color (decimal): -1193889 or 6277357. OLE color: 6277357.
HSL color Cylindrical-coordinate representation of color #EDC85F: hue angle of 44.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDC85F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 95 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.07 |
| HSL | 44.37º | 0.8% | 0.65% | - |
| HSV(B) | 44.37º | 0.6% | 0.93% | - |
| XYZ | 57.64 | 60.14 | 19.4 | - |
| YUV | 199.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 95 | 0 | 0.16 | 0.60 | 0.07 | 44.37 | 0.8 | 0.65 |
| Hex | ED | C8 | 5F | 0 | 10 | 3C | 7 | 2C | 50 | 41 |
| Octal | 355 | 310 | 137 | 0 | 20 | 74 | 7 | 54 | 120 | 101 |
| Binary | 11101101 | 11001000 | 1011111 | 0 | 10000 | 111100 | 111 | 101100 | 1010000 | 1000001 |
Color Harmonies of #EDC85F
Complementary color
Monochromatic Colors of #EDC85F
Black with #EDC85F
Text Example
Text Example
White with #EDC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC85F; }
p { color: rgb(237,200,95); }
H1.HeaderClassName
{
color: #EDC85F;
}
.AnyTagClassName
{
color: #EDC85F;
}
</style>
background-color css
<style>
a { background-color: #EDC85F; }
a { background-color: rgb(237,200,95); }
div.DivClassName
{
background-color: #EDC85F;
}
.BgClassName
{
background-color: #EDC85F;
}
</style>
border-color css
<style>
span { border-color: #EDC85F; }
span { border-color: rgb(237,200,95); }
td.TdClassName
{
border-color: #EDC85F;
}
.TagClassName
{
border-color: #EDC85F;
}
</style>