Shades of Golden Sand #EDD566
Tints of Golden Sand #EDD566
RGB
CMYK
RGB Variations
Color information
#EDD566 (or 0xEDD566) is known color: Golden Sand. HEX triplet: ED, D5 and 66. RGB value is (237,213,102). Sum of RGB (Red+Green+Blue) = 237+213+102=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD566 is #122A99. Grayscale: #CFCFCF. Windows color (decimal): -1190554 or 6739437. OLE color: 6739437.
HSL color Cylindrical-coordinate representation of color #EDD566: hue angle of 49.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD566 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 102 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.07 |
| HSL | 49.33º | 0.79% | 0.66% | - |
| HSV(B) | 49.33º | 0.57% | 0.93% | - |
| XYZ | 61.12 | 66.55 | 22.2 | - |
| YUV | 207.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 102 | 0 | 0.10 | 0.57 | 0.07 | 49.33 | 0.79 | 0.66 |
| Hex | ED | D5 | 66 | 0 | A | 39 | 7 | 31 | 4F | 42 |
| Octal | 355 | 325 | 146 | 0 | 12 | 71 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010101 | 1100110 | 0 | 1010 | 111001 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD566
Complementary color
Monochromatic Colors of #EDD566
Black with #EDD566
Text Example
Text Example
White with #EDD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD566; }
p { color: rgb(237,213,102); }
H1.HeaderClassName
{
color: #EDD566;
}
.AnyTagClassName
{
color: #EDD566;
}
</style>
background-color css
<style>
a { background-color: #EDD566; }
a { background-color: rgb(237,213,102); }
div.DivClassName
{
background-color: #EDD566;
}
.BgClassName
{
background-color: #EDD566;
}
</style>
border-color css
<style>
span { border-color: #EDD566; }
span { border-color: rgb(237,213,102); }
td.TdClassName
{
border-color: #EDD566;
}
.TagClassName
{
border-color: #EDD566;
}
</style>