Shades of Golden Sand #EDDA6A
Tints of Golden Sand #EDDA6A
RGB
CMYK
RGB Variations
Color information
#EDDA6A (or 0xEDDA6A) is known color: Golden Sand. HEX triplet: ED, DA and 6A. RGB value is (237,218,106). Sum of RGB (Red+Green+Blue) = 237+218+106=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA6A is #122595. Grayscale: #D3D3D3. Windows color (decimal): -1189270 or 7002861. OLE color: 7002861.
HSL color Cylindrical-coordinate representation of color #EDDA6A: hue angle of 51.3º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDDA6A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 106 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 51.3º | 0.78% | 0.67% | - |
| HSV(B) | 51.3º | 0.55% | 0.93% | - |
| XYZ | 62.6 | 69.19 | 23.69 | - |
| YUV | 210.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 106 | 0 | 0.08 | 0.55 | 0.07 | 51.3 | 0.78 | 0.67 |
| Hex | ED | DA | 6A | 0 | 8 | 37 | 7 | 33 | 4E | 43 |
| Octal | 355 | 332 | 152 | 0 | 10 | 67 | 7 | 63 | 116 | 103 |
| Binary | 11101101 | 11011010 | 1101010 | 0 | 1000 | 110111 | 111 | 110011 | 1001110 | 1000011 |
Color Harmonies of #EDDA6A
Complementary color
Monochromatic Colors of #EDDA6A
Black with #EDDA6A
Text Example
Text Example
White with #EDDA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA6A; }
p { color: rgb(237,218,106); }
H1.HeaderClassName
{
color: #EDDA6A;
}
.AnyTagClassName
{
color: #EDDA6A;
}
</style>
background-color css
<style>
a { background-color: #EDDA6A; }
a { background-color: rgb(237,218,106); }
div.DivClassName
{
background-color: #EDDA6A;
}
.BgClassName
{
background-color: #EDDA6A;
}
</style>
border-color css
<style>
span { border-color: #EDDA6A; }
span { border-color: rgb(237,218,106); }
td.TdClassName
{
border-color: #EDDA6A;
}
.TagClassName
{
border-color: #EDDA6A;
}
</style>