Shades of Golden Sand #EDC86A
Tints of Golden Sand #EDC86A
RGB
CMYK
RGB Variations
Color information
#EDC86A (or 0xEDC86A) is known color: Golden Sand. HEX triplet: ED, C8 and 6A. RGB value is (237,200,106). Sum of RGB (Red+Green+Blue) = 237+200+106=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC86A is #123795. Grayscale: #C8C8C8. Windows color (decimal): -1193878 or 6998253. OLE color: 6998253.
HSL color Cylindrical-coordinate representation of color #EDC86A: hue angle of 43.05º 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 #EDC86A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 106 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 43.05º | 0.78% | 0.67% | - |
| HSV(B) | 43.05º | 0.55% | 0.93% | - |
| XYZ | 58.18 | 60.35 | 22.22 | - |
| YUV | 200.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 106 | 0 | 0.16 | 0.55 | 0.07 | 43.05 | 0.78 | 0.67 |
| Hex | ED | C8 | 6A | 0 | 10 | 37 | 7 | 2B | 4E | 43 |
| Octal | 355 | 310 | 152 | 0 | 20 | 67 | 7 | 53 | 116 | 103 |
| Binary | 11101101 | 11001000 | 1101010 | 0 | 10000 | 110111 | 111 | 101011 | 1001110 | 1000011 |
Color Harmonies of #EDC86A
Complementary color
Monochromatic Colors of #EDC86A
Black with #EDC86A
Text Example
Text Example
White with #EDC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC86A; }
p { color: rgb(237,200,106); }
H1.HeaderClassName
{
color: #EDC86A;
}
.AnyTagClassName
{
color: #EDC86A;
}
</style>
background-color css
<style>
a { background-color: #EDC86A; }
a { background-color: rgb(237,200,106); }
div.DivClassName
{
background-color: #EDC86A;
}
.BgClassName
{
background-color: #EDC86A;
}
</style>
border-color css
<style>
span { border-color: #EDC86A; }
span { border-color: rgb(237,200,106); }
td.TdClassName
{
border-color: #EDC86A;
}
.TagClassName
{
border-color: #EDC86A;
}
</style>