Shades of Golden Sand #EDCE6D
Tints of Golden Sand #EDCE6D
RGB
CMYK
RGB Variations
Color information
#EDCE6D (or 0xEDCE6D) is known color: Golden Sand. HEX triplet: ED, CE and 6D. RGB value is (237,206,109). Sum of RGB (Red+Green+Blue) = 237+206+109=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6D is #123192. Grayscale: #CCCCCC. Windows color (decimal): -1192339 or 7196397. OLE color: 7196397.
HSL color Cylindrical-coordinate representation of color #EDCE6D: hue angle of 45.47º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDCE6D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 109 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.47º | 0.78% | 0.68% | - |
| HSV(B) | 45.47º | 0.54% | 0.93% | - |
| XYZ | 59.76 | 63.25 | 23.53 | - |
| YUV | 204.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 109 | 0 | 0.13 | 0.54 | 0.07 | 45.47 | 0.78 | 0.68 |
| Hex | ED | CE | 6D | 0 | D | 36 | 7 | 2D | 4E | 44 |
| Octal | 355 | 316 | 155 | 0 | 15 | 66 | 7 | 55 | 116 | 104 |
| Binary | 11101101 | 11001110 | 1101101 | 0 | 1101 | 110110 | 111 | 101101 | 1001110 | 1000100 |
Color Harmonies of #EDCE6D
Complementary color
Monochromatic Colors of #EDCE6D
Black with #EDCE6D
Text Example
Text Example
White with #EDCE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE6D; }
p { color: rgb(237,206,109); }
H1.HeaderClassName
{
color: #EDCE6D;
}
.AnyTagClassName
{
color: #EDCE6D;
}
</style>
background-color css
<style>
a { background-color: #EDCE6D; }
a { background-color: rgb(237,206,109); }
div.DivClassName
{
background-color: #EDCE6D;
}
.BgClassName
{
background-color: #EDCE6D;
}
</style>
border-color css
<style>
span { border-color: #EDCE6D; }
span { border-color: rgb(237,206,109); }
td.TdClassName
{
border-color: #EDCE6D;
}
.TagClassName
{
border-color: #EDCE6D;
}
</style>