Shades of Golden Sand #EDCE73
Tints of Golden Sand #EDCE73
RGB
CMYK
RGB Variations
Color information
#EDCE73 (or 0xEDCE73) is known color: Golden Sand. HEX triplet: ED, CE and 73. RGB value is (237,206,115). Sum of RGB (Red+Green+Blue) = 237+206+115=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE73 is #12318C. Grayscale: #CDCDCD. Windows color (decimal): -1192333 or 7589613. OLE color: 7589613.
HSL color Cylindrical-coordinate representation of color #EDCE73: hue angle of 44.75º 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 #EDCE73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 115 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.07 |
| HSL | 44.75º | 0.77% | 0.69% | - |
| HSV(B) | 44.75º | 0.51% | 0.93% | - |
| XYZ | 60.09 | 63.38 | 25.29 | - |
| YUV | 204.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 115 | 0 | 0.13 | 0.51 | 0.07 | 44.75 | 0.77 | 0.69 |
| Hex | ED | CE | 73 | 0 | D | 33 | 7 | 2D | 4D | 45 |
| Octal | 355 | 316 | 163 | 0 | 15 | 63 | 7 | 55 | 115 | 105 |
| Binary | 11101101 | 11001110 | 1110011 | 0 | 1101 | 110011 | 111 | 101101 | 1001101 | 1000101 |
Color Harmonies of #EDCE73
Complementary color
Monochromatic Colors of #EDCE73
Black with #EDCE73
Text Example
Text Example
White with #EDCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE73; }
p { color: rgb(237,206,115); }
H1.HeaderClassName
{
color: #EDCE73;
}
.AnyTagClassName
{
color: #EDCE73;
}
</style>
background-color css
<style>
a { background-color: #EDCE73; }
a { background-color: rgb(237,206,115); }
div.DivClassName
{
background-color: #EDCE73;
}
.BgClassName
{
background-color: #EDCE73;
}
</style>
border-color css
<style>
span { border-color: #EDCE73; }
span { border-color: rgb(237,206,115); }
td.TdClassName
{
border-color: #EDCE73;
}
.TagClassName
{
border-color: #EDCE73;
}
</style>