Shades of Golden Sand #EDD46A
Tints of Golden Sand #EDD46A
RGB
CMYK
RGB Variations
Color information
#EDD46A (or 0xEDD46A) is known color: Golden Sand. HEX triplet: ED, D4 and 6A. RGB value is (237,212,106). Sum of RGB (Red+Green+Blue) = 237+212+106=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD46A is #122B95. Grayscale: #CFCFCF. Windows color (decimal): -1190806 or 7001325. OLE color: 7001325.
HSL color Cylindrical-coordinate representation of color #EDD46A: hue angle of 48.55º 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 #EDD46A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 106 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 48.55º | 0.78% | 0.67% | - |
| HSV(B) | 48.55º | 0.55% | 0.93% | - |
| XYZ | 61.07 | 66.13 | 23.18 | - |
| YUV | 207.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 106 | 0 | 0.11 | 0.55 | 0.07 | 48.55 | 0.78 | 0.67 |
| Hex | ED | D4 | 6A | 0 | B | 37 | 7 | 31 | 4E | 43 |
| Octal | 355 | 324 | 152 | 0 | 13 | 67 | 7 | 61 | 116 | 103 |
| Binary | 11101101 | 11010100 | 1101010 | 0 | 1011 | 110111 | 111 | 110001 | 1001110 | 1000011 |
Color Harmonies of #EDD46A
Complementary color
Monochromatic Colors of #EDD46A
Black with #EDD46A
Text Example
Text Example
White with #EDD46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD46A; }
p { color: rgb(237,212,106); }
H1.HeaderClassName
{
color: #EDD46A;
}
.AnyTagClassName
{
color: #EDD46A;
}
</style>
background-color css
<style>
a { background-color: #EDD46A; }
a { background-color: rgb(237,212,106); }
div.DivClassName
{
background-color: #EDD46A;
}
.BgClassName
{
background-color: #EDD46A;
}
</style>
border-color css
<style>
span { border-color: #EDD46A; }
span { border-color: rgb(237,212,106); }
td.TdClassName
{
border-color: #EDD46A;
}
.TagClassName
{
border-color: #EDD46A;
}
</style>