Shades of Golden Sand #EDD06C
Tints of Golden Sand #EDD06C
RGB
CMYK
RGB Variations
Color information
#EDD06C (or 0xEDD06C) is known color: Golden Sand. HEX triplet: ED, D0 and 6C. RGB value is (237,208,108). Sum of RGB (Red+Green+Blue) = 237+208+108=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06C is #122F93. Grayscale: #CDCDCD. Windows color (decimal): -1191828 or 7131373. OLE color: 7131373.
HSL color Cylindrical-coordinate representation of color #EDD06C: hue angle of 46.51º 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 #EDD06C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 108 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.07 |
| HSL | 46.51º | 0.78% | 0.68% | - |
| HSV(B) | 46.51º | 0.54% | 0.93% | - |
| XYZ | 60.19 | 64.2 | 23.41 | - |
| YUV | 205.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 108 | 0 | 0.12 | 0.54 | 0.07 | 46.51 | 0.78 | 0.68 |
| Hex | ED | D0 | 6C | 0 | C | 36 | 7 | 2F | 4E | 44 |
| Octal | 355 | 320 | 154 | 0 | 14 | 66 | 7 | 57 | 116 | 104 |
| Binary | 11101101 | 11010000 | 1101100 | 0 | 1100 | 110110 | 111 | 101111 | 1001110 | 1000100 |
Color Harmonies of #EDD06C
Complementary color
Monochromatic Colors of #EDD06C
Black with #EDD06C
Text Example
Text Example
White with #EDD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD06C; }
p { color: rgb(237,208,108); }
H1.HeaderClassName
{
color: #EDD06C;
}
.AnyTagClassName
{
color: #EDD06C;
}
</style>
background-color css
<style>
a { background-color: #EDD06C; }
a { background-color: rgb(237,208,108); }
div.DivClassName
{
background-color: #EDD06C;
}
.BgClassName
{
background-color: #EDD06C;
}
</style>
border-color css
<style>
span { border-color: #EDD06C; }
span { border-color: rgb(237,208,108); }
td.TdClassName
{
border-color: #EDD06C;
}
.TagClassName
{
border-color: #EDD06C;
}
</style>