Shades of Golden Sand #EDCE6C
Tints of Golden Sand #EDCE6C
RGB
CMYK
RGB Variations
Color information
#EDCE6C (or 0xEDCE6C) is known color: Golden Sand. HEX triplet: ED, CE and 6C. RGB value is (237,206,108). Sum of RGB (Red+Green+Blue) = 237+206+108=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6C is #123193. Grayscale: #CCCCCC. Windows color (decimal): -1192340 or 7130861. OLE color: 7130861.
HSL color Cylindrical-coordinate representation of color #EDCE6C: hue angle of 45.58º 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 #EDCE6C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 108 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.58º | 0.78% | 0.68% | - |
| HSV(B) | 45.58º | 0.54% | 0.93% | - |
| XYZ | 59.7 | 63.23 | 23.25 | - |
| YUV | 204.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 108 | 0 | 0.13 | 0.54 | 0.07 | 45.58 | 0.78 | 0.68 |
| Hex | ED | CE | 6C | 0 | D | 36 | 7 | 2E | 4E | 44 |
| Octal | 355 | 316 | 154 | 0 | 15 | 66 | 7 | 56 | 116 | 104 |
| Binary | 11101101 | 11001110 | 1101100 | 0 | 1101 | 110110 | 111 | 101110 | 1001110 | 1000100 |
Color Harmonies of #EDCE6C
Complementary color
Monochromatic Colors of #EDCE6C
Black with #EDCE6C
Text Example
Text Example
White with #EDCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE6C; }
p { color: rgb(237,206,108); }
H1.HeaderClassName
{
color: #EDCE6C;
}
.AnyTagClassName
{
color: #EDCE6C;
}
</style>
background-color css
<style>
a { background-color: #EDCE6C; }
a { background-color: rgb(237,206,108); }
div.DivClassName
{
background-color: #EDCE6C;
}
.BgClassName
{
background-color: #EDCE6C;
}
</style>
border-color css
<style>
span { border-color: #EDCE6C; }
span { border-color: rgb(237,206,108); }
td.TdClassName
{
border-color: #EDCE6C;
}
.TagClassName
{
border-color: #EDCE6C;
}
</style>