Shades of Golden Sand #EDCE6E
Tints of Golden Sand #EDCE6E
RGB
CMYK
RGB Variations
Color information
#EDCE6E (or 0xEDCE6E) is known color: Golden Sand. HEX triplet: ED, CE and 6E. RGB value is (237,206,110). Sum of RGB (Red+Green+Blue) = 237+206+110=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6E is #123191. Grayscale: #CCCCCC. Windows color (decimal): -1192338 or 7261933. OLE color: 7261933.
HSL color Cylindrical-coordinate representation of color #EDCE6E: hue angle of 45.35º 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 #EDCE6E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 110 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.35º | 0.78% | 0.68% | - |
| HSV(B) | 45.35º | 0.54% | 0.93% | - |
| XYZ | 59.81 | 63.27 | 23.81 | - |
| YUV | 204.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 110 | 0 | 0.13 | 0.54 | 0.07 | 45.35 | 0.78 | 0.68 |
| Hex | ED | CE | 6E | 0 | D | 36 | 7 | 2D | 4E | 44 |
| Octal | 355 | 316 | 156 | 0 | 15 | 66 | 7 | 55 | 116 | 104 |
| Binary | 11101101 | 11001110 | 1101110 | 0 | 1101 | 110110 | 111 | 101101 | 1001110 | 1000100 |
Color Harmonies of #EDCE6E
Complementary color
Monochromatic Colors of #EDCE6E
Black with #EDCE6E
Text Example
Text Example
White with #EDCE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE6E; }
p { color: rgb(237,206,110); }
H1.HeaderClassName
{
color: #EDCE6E;
}
.AnyTagClassName
{
color: #EDCE6E;
}
</style>
background-color css
<style>
a { background-color: #EDCE6E; }
a { background-color: rgb(237,206,110); }
div.DivClassName
{
background-color: #EDCE6E;
}
.BgClassName
{
background-color: #EDCE6E;
}
</style>
border-color css
<style>
span { border-color: #EDCE6E; }
span { border-color: rgb(237,206,110); }
td.TdClassName
{
border-color: #EDCE6E;
}
.TagClassName
{
border-color: #EDCE6E;
}
</style>