Shades of Golden Sand #EDD96B
Tints of Golden Sand #EDD96B
RGB
CMYK
RGB Variations
Color information
#EDD96B (or 0xEDD96B) is known color: Golden Sand. HEX triplet: ED, D9 and 6B. RGB value is (237,217,107). Sum of RGB (Red+Green+Blue) = 237+217+107=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96B is #122694. Grayscale: #D2D2D2. Windows color (decimal): -1189525 or 7068141. OLE color: 7068141.
HSL color Cylindrical-coordinate representation of color #EDD96B: hue angle of 50.77º 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 #EDD96B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 50.77º | 0.78% | 0.67% | - |
| HSV(B) | 50.77º | 0.55% | 0.93% | - |
| XYZ | 62.39 | 68.69 | 23.88 | - |
| YUV | 210.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 107 | 0 | 0.08 | 0.55 | 0.07 | 50.77 | 0.78 | 0.67 |
| Hex | ED | D9 | 6B | 0 | 8 | 37 | 7 | 33 | 4E | 43 |
| Octal | 355 | 331 | 153 | 0 | 10 | 67 | 7 | 63 | 116 | 103 |
| Binary | 11101101 | 11011001 | 1101011 | 0 | 1000 | 110111 | 111 | 110011 | 1001110 | 1000011 |
Color Harmonies of #EDD96B
Complementary color
Monochromatic Colors of #EDD96B
Black with #EDD96B
Text Example
Text Example
White with #EDD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD96B; }
p { color: rgb(237,217,107); }
H1.HeaderClassName
{
color: #EDD96B;
}
.AnyTagClassName
{
color: #EDD96B;
}
</style>
background-color css
<style>
a { background-color: #EDD96B; }
a { background-color: rgb(237,217,107); }
div.DivClassName
{
background-color: #EDD96B;
}
.BgClassName
{
background-color: #EDD96B;
}
</style>
border-color css
<style>
span { border-color: #EDD96B; }
span { border-color: rgb(237,217,107); }
td.TdClassName
{
border-color: #EDD96B;
}
.TagClassName
{
border-color: #EDD96B;
}
</style>