Shades of Golden Sand #EDDA6C
Tints of Golden Sand #EDDA6C
RGB
CMYK
RGB Variations
Color information
#EDDA6C (or 0xEDDA6C) is known color: Golden Sand. HEX triplet: ED, DA and 6C. RGB value is (237,218,108). Sum of RGB (Red+Green+Blue) = 237+218+108=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA6C is #122593. Grayscale: #D3D3D3. Windows color (decimal): -1189268 or 7133933. OLE color: 7133933.
HSL color Cylindrical-coordinate representation of color #EDDA6C: hue angle of 51.16º 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 #EDDA6C is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 108 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 51.16º | 0.78% | 0.68% | - |
| HSV(B) | 51.16º | 0.54% | 0.93% | - |
| XYZ | 62.7 | 69.23 | 24.25 | - |
| YUV | 211.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 108 | 0 | 0.08 | 0.54 | 0.07 | 51.16 | 0.78 | 0.68 |
| Hex | ED | DA | 6C | 0 | 8 | 36 | 7 | 33 | 4E | 44 |
| Octal | 355 | 332 | 154 | 0 | 10 | 66 | 7 | 63 | 116 | 104 |
| Binary | 11101101 | 11011010 | 1101100 | 0 | 1000 | 110110 | 111 | 110011 | 1001110 | 1000100 |
Color Harmonies of #EDDA6C
Complementary color
Monochromatic Colors of #EDDA6C
Black with #EDDA6C
Text Example
Text Example
White with #EDDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA6C; }
p { color: rgb(237,218,108); }
H1.HeaderClassName
{
color: #EDDA6C;
}
.AnyTagClassName
{
color: #EDDA6C;
}
</style>
background-color css
<style>
a { background-color: #EDDA6C; }
a { background-color: rgb(237,218,108); }
div.DivClassName
{
background-color: #EDDA6C;
}
.BgClassName
{
background-color: #EDDA6C;
}
</style>
border-color css
<style>
span { border-color: #EDDA6C; }
span { border-color: rgb(237,218,108); }
td.TdClassName
{
border-color: #EDDA6C;
}
.TagClassName
{
border-color: #EDDA6C;
}
</style>