Shades of Golden Sand #EDD369
Tints of Golden Sand #EDD369
RGB
CMYK
RGB Variations
Color information
#EDD369 (or 0xEDD369) is known color: Golden Sand. HEX triplet: ED, D3 and 69. RGB value is (237,211,105). Sum of RGB (Red+Green+Blue) = 237+211+105=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD369 is #122C96. Grayscale: #CFCFCF. Windows color (decimal): -1191063 or 6935533. OLE color: 6935533.
HSL color Cylindrical-coordinate representation of color #EDD369: hue angle of 48.18º 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 #EDD369 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 105 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 48.18º | 0.79% | 0.67% | - |
| HSV(B) | 48.18º | 0.56% | 0.93% | - |
| XYZ | 60.77 | 65.61 | 22.83 | - |
| YUV | 206.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 105 | 0 | 0.11 | 0.56 | 0.07 | 48.18 | 0.79 | 0.67 |
| Hex | ED | D3 | 69 | 0 | B | 38 | 7 | 30 | 4F | 43 |
| Octal | 355 | 323 | 151 | 0 | 13 | 70 | 7 | 60 | 117 | 103 |
| Binary | 11101101 | 11010011 | 1101001 | 0 | 1011 | 111000 | 111 | 110000 | 1001111 | 1000011 |
Color Harmonies of #EDD369
Complementary color
Monochromatic Colors of #EDD369
Black with #EDD369
Text Example
Text Example
White with #EDD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD369; }
p { color: rgb(237,211,105); }
H1.HeaderClassName
{
color: #EDD369;
}
.AnyTagClassName
{
color: #EDD369;
}
</style>
background-color css
<style>
a { background-color: #EDD369; }
a { background-color: rgb(237,211,105); }
div.DivClassName
{
background-color: #EDD369;
}
.BgClassName
{
background-color: #EDD369;
}
</style>
border-color css
<style>
span { border-color: #EDD369; }
span { border-color: rgb(237,211,105); }
td.TdClassName
{
border-color: #EDD369;
}
.TagClassName
{
border-color: #EDD369;
}
</style>