Shades of Golden Sand #EDD66A
Tints of Golden Sand #EDD66A
RGB
CMYK
RGB Variations
Color information
#EDD66A (or 0xEDD66A) is known color: Golden Sand. HEX triplet: ED, D6 and 6A. RGB value is (237,214,106). Sum of RGB (Red+Green+Blue) = 237+214+106=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD66A is #122995. Grayscale: #D1D1D1. Windows color (decimal): -1190294 or 7001837. OLE color: 7001837.
HSL color Cylindrical-coordinate representation of color #EDD66A: hue angle of 49.47º 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 #EDD66A is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 106 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.07 |
| HSL | 49.47º | 0.78% | 0.67% | - |
| HSV(B) | 49.47º | 0.55% | 0.93% | - |
| XYZ | 61.57 | 67.14 | 23.35 | - |
| YUV | 208.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 106 | 0 | 0.10 | 0.55 | 0.07 | 49.47 | 0.78 | 0.67 |
| Hex | ED | D6 | 6A | 0 | A | 37 | 7 | 31 | 4E | 43 |
| Octal | 355 | 326 | 152 | 0 | 12 | 67 | 7 | 61 | 116 | 103 |
| Binary | 11101101 | 11010110 | 1101010 | 0 | 1010 | 110111 | 111 | 110001 | 1001110 | 1000011 |
Color Harmonies of #EDD66A
Complementary color
Monochromatic Colors of #EDD66A
Black with #EDD66A
Text Example
Text Example
White with #EDD66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD66A; }
p { color: rgb(237,214,106); }
H1.HeaderClassName
{
color: #EDD66A;
}
.AnyTagClassName
{
color: #EDD66A;
}
</style>
background-color css
<style>
a { background-color: #EDD66A; }
a { background-color: rgb(237,214,106); }
div.DivClassName
{
background-color: #EDD66A;
}
.BgClassName
{
background-color: #EDD66A;
}
</style>
border-color css
<style>
span { border-color: #EDD66A; }
span { border-color: rgb(237,214,106); }
td.TdClassName
{
border-color: #EDD66A;
}
.TagClassName
{
border-color: #EDD66A;
}
</style>