Shades of Golden Sand #EDCD6C
Tints of Golden Sand #EDCD6C
RGB
CMYK
RGB Variations
Color information
#EDCD6C (or 0xEDCD6C) is known color: Golden Sand. HEX triplet: ED, CD and 6C. RGB value is (237,205,108). Sum of RGB (Red+Green+Blue) = 237+205+108=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD6C is #123293. Grayscale: #CBCBCB. Windows color (decimal): -1192596 or 7130605. OLE color: 7130605.
HSL color Cylindrical-coordinate representation of color #EDCD6C: hue angle of 45.12º 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 #EDCD6C is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 108 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.07 |
| HSL | 45.12º | 0.78% | 0.68% | - |
| HSV(B) | 45.12º | 0.54% | 0.93% | - |
| XYZ | 59.46 | 62.75 | 23.17 | - |
| YUV | 203.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 108 | 0 | 0.14 | 0.54 | 0.07 | 45.12 | 0.78 | 0.68 |
| Hex | ED | CD | 6C | 0 | E | 36 | 7 | 2D | 4E | 44 |
| Octal | 355 | 315 | 154 | 0 | 16 | 66 | 7 | 55 | 116 | 104 |
| Binary | 11101101 | 11001101 | 1101100 | 0 | 1110 | 110110 | 111 | 101101 | 1001110 | 1000100 |
Color Harmonies of #EDCD6C
Complementary color
Monochromatic Colors of #EDCD6C
Black with #EDCD6C
Text Example
Text Example
White with #EDCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD6C; }
p { color: rgb(237,205,108); }
H1.HeaderClassName
{
color: #EDCD6C;
}
.AnyTagClassName
{
color: #EDCD6C;
}
</style>
background-color css
<style>
a { background-color: #EDCD6C; }
a { background-color: rgb(237,205,108); }
div.DivClassName
{
background-color: #EDCD6C;
}
.BgClassName
{
background-color: #EDCD6C;
}
</style>
border-color css
<style>
span { border-color: #EDCD6C; }
span { border-color: rgb(237,205,108); }
td.TdClassName
{
border-color: #EDCD6C;
}
.TagClassName
{
border-color: #EDCD6C;
}
</style>