Shades of Golden Sand #EDC86B
Tints of Golden Sand #EDC86B
RGB
CMYK
RGB Variations
Color information
#EDC86B (or 0xEDC86B) is known color: Golden Sand. HEX triplet: ED, C8 and 6B. RGB value is (237,200,107). Sum of RGB (Red+Green+Blue) = 237+200+107=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC86B is #123794. Grayscale: #C8C8C8. Windows color (decimal): -1193877 or 7063789. OLE color: 7063789.
HSL color Cylindrical-coordinate representation of color #EDC86B: hue angle of 42.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDC86B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 107 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.92º | 0.78% | 0.67% | - |
| HSV(B) | 42.92º | 0.55% | 0.93% | - |
| XYZ | 58.23 | 60.37 | 22.49 | - |
| YUV | 200.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 107 | 0 | 0.16 | 0.55 | 0.07 | 42.92 | 0.78 | 0.67 |
| Hex | ED | C8 | 6B | 0 | 10 | 37 | 7 | 2B | 4E | 43 |
| Octal | 355 | 310 | 153 | 0 | 20 | 67 | 7 | 53 | 116 | 103 |
| Binary | 11101101 | 11001000 | 1101011 | 0 | 10000 | 110111 | 111 | 101011 | 1001110 | 1000011 |
Color Harmonies of #EDC86B
Complementary color
Monochromatic Colors of #EDC86B
Black with #EDC86B
Text Example
Text Example
White with #EDC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC86B; }
p { color: rgb(237,200,107); }
H1.HeaderClassName
{
color: #EDC86B;
}
.AnyTagClassName
{
color: #EDC86B;
}
</style>
background-color css
<style>
a { background-color: #EDC86B; }
a { background-color: rgb(237,200,107); }
div.DivClassName
{
background-color: #EDC86B;
}
.BgClassName
{
background-color: #EDC86B;
}
</style>
border-color css
<style>
span { border-color: #EDC86B; }
span { border-color: rgb(237,200,107); }
td.TdClassName
{
border-color: #EDC86B;
}
.TagClassName
{
border-color: #EDC86B;
}
</style>