Shades of Golden Sand #EDD968
Tints of Golden Sand #EDD968
RGB
CMYK
RGB Variations
Color information
#EDD968 (or 0xEDD968) is known color: Golden Sand. HEX triplet: ED, D9 and 68. RGB value is (237,217,104). Sum of RGB (Red+Green+Blue) = 237+217+104=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD968 is #122697. Grayscale: #D2D2D2. Windows color (decimal): -1189528 or 6871533. OLE color: 6871533.
HSL color Cylindrical-coordinate representation of color #EDD968: hue angle of 50.98º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDD968 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 50.98º | 0.79% | 0.67% | - |
| HSV(B) | 50.98º | 0.56% | 0.93% | - |
| XYZ | 62.24 | 68.63 | 23.06 | - |
| YUV | 210.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 104 | 0 | 0.08 | 0.56 | 0.07 | 50.98 | 0.79 | 0.67 |
| Hex | ED | D9 | 68 | 0 | 8 | 38 | 7 | 33 | 4F | 43 |
| Octal | 355 | 331 | 150 | 0 | 10 | 70 | 7 | 63 | 117 | 103 |
| Binary | 11101101 | 11011001 | 1101000 | 0 | 1000 | 111000 | 111 | 110011 | 1001111 | 1000011 |
Color Harmonies of #EDD968
Complementary color
Monochromatic Colors of #EDD968
Black with #EDD968
Text Example
Text Example
White with #EDD968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD968; }
p { color: rgb(237,217,104); }
H1.HeaderClassName
{
color: #EDD968;
}
.AnyTagClassName
{
color: #EDD968;
}
</style>
background-color css
<style>
a { background-color: #EDD968; }
a { background-color: rgb(237,217,104); }
div.DivClassName
{
background-color: #EDD968;
}
.BgClassName
{
background-color: #EDD968;
}
</style>
border-color css
<style>
span { border-color: #EDD968; }
span { border-color: rgb(237,217,104); }
td.TdClassName
{
border-color: #EDD968;
}
.TagClassName
{
border-color: #EDD968;
}
</style>