Shades of Golden Sand #EDCA73
Tints of Golden Sand #EDCA73
RGB
CMYK
RGB Variations
Color information
#EDCA73 (or 0xEDCA73) is known color: Golden Sand. HEX triplet: ED, CA and 73. RGB value is (237,202,115). Sum of RGB (Red+Green+Blue) = 237+202+115=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA73 is #12358C. Grayscale: #CACACA. Windows color (decimal): -1193357 or 7588589. OLE color: 7588589.
HSL color Cylindrical-coordinate representation of color #EDCA73: hue angle of 42.79º 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 #EDCA73 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 115 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.07 |
| HSL | 42.79º | 0.77% | 0.69% | - |
| HSV(B) | 42.79º | 0.51% | 0.93% | - |
| XYZ | 59.14 | 61.48 | 24.97 | - |
| YUV | 202.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 115 | 0 | 0.15 | 0.51 | 0.07 | 42.79 | 0.77 | 0.69 |
| Hex | ED | CA | 73 | 0 | F | 33 | 7 | 2B | 4D | 45 |
| Octal | 355 | 312 | 163 | 0 | 17 | 63 | 7 | 53 | 115 | 105 |
| Binary | 11101101 | 11001010 | 1110011 | 0 | 1111 | 110011 | 111 | 101011 | 1001101 | 1000101 |
Color Harmonies of #EDCA73
Complementary color
Monochromatic Colors of #EDCA73
Black with #EDCA73
Text Example
Text Example
White with #EDCA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCA73; }
p { color: rgb(237,202,115); }
H1.HeaderClassName
{
color: #EDCA73;
}
.AnyTagClassName
{
color: #EDCA73;
}
</style>
background-color css
<style>
a { background-color: #EDCA73; }
a { background-color: rgb(237,202,115); }
div.DivClassName
{
background-color: #EDCA73;
}
.BgClassName
{
background-color: #EDCA73;
}
</style>
border-color css
<style>
span { border-color: #EDCA73; }
span { border-color: rgb(237,202,115); }
td.TdClassName
{
border-color: #EDCA73;
}
.TagClassName
{
border-color: #EDCA73;
}
</style>