Shades of Golden Sand #EDD96A
Tints of Golden Sand #EDD96A
RGB
CMYK
RGB Variations
Color information
#EDD96A (or 0xEDD96A) is known color: Golden Sand. HEX triplet: ED, D9 and 6A. RGB value is (237,217,106). Sum of RGB (Red+Green+Blue) = 237+217+106=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96A is #122695. Grayscale: #D2D2D2. Windows color (decimal): -1189526 or 7002605. OLE color: 7002605.
HSL color Cylindrical-coordinate representation of color #EDD96A: hue angle of 50.84º 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 #EDD96A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 106 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 50.84º | 0.78% | 0.67% | - |
| HSV(B) | 50.84º | 0.55% | 0.93% | - |
| XYZ | 62.34 | 68.67 | 23.6 | - |
| YUV | 210.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 106 | 0 | 0.08 | 0.55 | 0.07 | 50.84 | 0.78 | 0.67 |
| Hex | ED | D9 | 6A | 0 | 8 | 37 | 7 | 33 | 4E | 43 |
| Octal | 355 | 331 | 152 | 0 | 10 | 67 | 7 | 63 | 116 | 103 |
| Binary | 11101101 | 11011001 | 1101010 | 0 | 1000 | 110111 | 111 | 110011 | 1001110 | 1000011 |
Color Harmonies of #EDD96A
Complementary color
Monochromatic Colors of #EDD96A
Black with #EDD96A
Text Example
Text Example
White with #EDD96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD96A; }
p { color: rgb(237,217,106); }
H1.HeaderClassName
{
color: #EDD96A;
}
.AnyTagClassName
{
color: #EDD96A;
}
</style>
background-color css
<style>
a { background-color: #EDD96A; }
a { background-color: rgb(237,217,106); }
div.DivClassName
{
background-color: #EDD96A;
}
.BgClassName
{
background-color: #EDD96A;
}
</style>
border-color css
<style>
span { border-color: #EDD96A; }
span { border-color: rgb(237,217,106); }
td.TdClassName
{
border-color: #EDD96A;
}
.TagClassName
{
border-color: #EDD96A;
}
</style>