Shades of Golden Sand #EDD868
Tints of Golden Sand #EDD868
RGB
CMYK
RGB Variations
Color information
#EDD868 (or 0xEDD868) is known color: Golden Sand. HEX triplet: ED, D8 and 68. RGB value is (237,216,104). Sum of RGB (Red+Green+Blue) = 237+216+104=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD868 is #122797. Grayscale: #D1D1D1. Windows color (decimal): -1189784 or 6871277. OLE color: 6871277.
HSL color Cylindrical-coordinate representation of color #EDD868: hue angle of 50.53º 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 #EDD868 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 104 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.07 |
| HSL | 50.53º | 0.79% | 0.67% | - |
| HSV(B) | 50.53º | 0.56% | 0.93% | - |
| XYZ | 61.98 | 68.12 | 22.98 | - |
| YUV | 209.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 104 | 0 | 0.09 | 0.56 | 0.07 | 50.53 | 0.79 | 0.67 |
| Hex | ED | D8 | 68 | 0 | 9 | 38 | 7 | 33 | 4F | 43 |
| Octal | 355 | 330 | 150 | 0 | 11 | 70 | 7 | 63 | 117 | 103 |
| Binary | 11101101 | 11011000 | 1101000 | 0 | 1001 | 111000 | 111 | 110011 | 1001111 | 1000011 |
Color Harmonies of #EDD868
Complementary color
Monochromatic Colors of #EDD868
Black with #EDD868
Text Example
Text Example
White with #EDD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD868; }
p { color: rgb(237,216,104); }
H1.HeaderClassName
{
color: #EDD868;
}
.AnyTagClassName
{
color: #EDD868;
}
</style>
background-color css
<style>
a { background-color: #EDD868; }
a { background-color: rgb(237,216,104); }
div.DivClassName
{
background-color: #EDD868;
}
.BgClassName
{
background-color: #EDD868;
}
</style>
border-color css
<style>
span { border-color: #EDD868; }
span { border-color: rgb(237,216,104); }
td.TdClassName
{
border-color: #EDD868;
}
.TagClassName
{
border-color: #EDD868;
}
</style>