Shades of Golden Sand #EDD069
Tints of Golden Sand #EDD069
RGB
CMYK
RGB Variations
Color information
#EDD069 (or 0xEDD069) is known color: Golden Sand. HEX triplet: ED, D0 and 69. RGB value is (237,208,105). Sum of RGB (Red+Green+Blue) = 237+208+105=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD069 is #122F96. Grayscale: #CDCDCD. Windows color (decimal): -1191831 or 6934765. OLE color: 6934765.
HSL color Cylindrical-coordinate representation of color #EDD069: hue angle of 46.82º 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 #EDD069 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 105 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.07 |
| HSL | 46.82º | 0.79% | 0.67% | - |
| HSV(B) | 46.82º | 0.56% | 0.93% | - |
| XYZ | 60.03 | 64.14 | 22.58 | - |
| YUV | 204.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 105 | 0 | 0.12 | 0.56 | 0.07 | 46.82 | 0.79 | 0.67 |
| Hex | ED | D0 | 69 | 0 | C | 38 | 7 | 2F | 4F | 43 |
| Octal | 355 | 320 | 151 | 0 | 14 | 70 | 7 | 57 | 117 | 103 |
| Binary | 11101101 | 11010000 | 1101001 | 0 | 1100 | 111000 | 111 | 101111 | 1001111 | 1000011 |
Color Harmonies of #EDD069
Complementary color
Monochromatic Colors of #EDD069
Black with #EDD069
Text Example
Text Example
White with #EDD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD069; }
p { color: rgb(237,208,105); }
H1.HeaderClassName
{
color: #EDD069;
}
.AnyTagClassName
{
color: #EDD069;
}
</style>
background-color css
<style>
a { background-color: #EDD069; }
a { background-color: rgb(237,208,105); }
div.DivClassName
{
background-color: #EDD069;
}
.BgClassName
{
background-color: #EDD069;
}
</style>
border-color css
<style>
span { border-color: #EDD069; }
span { border-color: rgb(237,208,105); }
td.TdClassName
{
border-color: #EDD069;
}
.TagClassName
{
border-color: #EDD069;
}
</style>