Shades of Golden Sand #EDCD73
Tints of Golden Sand #EDCD73
RGB
CMYK
RGB Variations
Color information
#EDCD73 (or 0xEDCD73) is known color: Golden Sand. HEX triplet: ED, CD and 73. RGB value is (237,205,115). Sum of RGB (Red+Green+Blue) = 237+205+115=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 115 (45.31% from 255 or 20.65% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD73 is #12328C. Grayscale: #CCCCCC. Windows color (decimal): -1192589 or 7589357. OLE color: 7589357.
HSL color Cylindrical-coordinate representation of color #EDCD73: hue angle of 44.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDCD73 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 115 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.07 |
| HSL | 44.26º | 0.77% | 0.69% | - |
| HSV(B) | 44.26º | 0.51% | 0.93% | - |
| XYZ | 59.85 | 62.9 | 25.21 | - |
| YUV | 204.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 115 | 0 | 0.14 | 0.51 | 0.07 | 44.26 | 0.77 | 0.69 |
| Hex | ED | CD | 73 | 0 | E | 33 | 7 | 2C | 4D | 45 |
| Octal | 355 | 315 | 163 | 0 | 16 | 63 | 7 | 54 | 115 | 105 |
| Binary | 11101101 | 11001101 | 1110011 | 0 | 1110 | 110011 | 111 | 101100 | 1001101 | 1000101 |
Color Harmonies of #EDCD73
Complementary color
Monochromatic Colors of #EDCD73
Black with #EDCD73
Text Example
Text Example
White with #EDCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD73; }
p { color: rgb(237,205,115); }
H1.HeaderClassName
{
color: #EDCD73;
}
.AnyTagClassName
{
color: #EDCD73;
}
</style>
background-color css
<style>
a { background-color: #EDCD73; }
a { background-color: rgb(237,205,115); }
div.DivClassName
{
background-color: #EDCD73;
}
.BgClassName
{
background-color: #EDCD73;
}
</style>
border-color css
<style>
span { border-color: #EDCD73; }
span { border-color: rgb(237,205,115); }
td.TdClassName
{
border-color: #EDCD73;
}
.TagClassName
{
border-color: #EDCD73;
}
</style>