Shades of Golden Sand #EDD368
Tints of Golden Sand #EDD368
RGB
CMYK
RGB Variations
Color information
#EDD368 (or 0xEDD368) is known color: Golden Sand. HEX triplet: ED, D3 and 68. RGB value is (237,211,104). Sum of RGB (Red+Green+Blue) = 237+211+104=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD368 is #122C97. Grayscale: #CFCFCF. Windows color (decimal): -1191064 or 6869997. OLE color: 6869997.
HSL color Cylindrical-coordinate representation of color #EDD368: hue angle of 48.27º 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 #EDD368 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 104 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.07 |
| HSL | 48.27º | 0.79% | 0.67% | - |
| HSV(B) | 48.27º | 0.56% | 0.93% | - |
| XYZ | 60.72 | 65.59 | 22.56 | - |
| YUV | 206.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 104 | 0 | 0.11 | 0.56 | 0.07 | 48.27 | 0.79 | 0.67 |
| Hex | ED | D3 | 68 | 0 | B | 38 | 7 | 30 | 4F | 43 |
| Octal | 355 | 323 | 150 | 0 | 13 | 70 | 7 | 60 | 117 | 103 |
| Binary | 11101101 | 11010011 | 1101000 | 0 | 1011 | 111000 | 111 | 110000 | 1001111 | 1000011 |
Color Harmonies of #EDD368
Complementary color
Monochromatic Colors of #EDD368
Black with #EDD368
Text Example
Text Example
White with #EDD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD368; }
p { color: rgb(237,211,104); }
H1.HeaderClassName
{
color: #EDD368;
}
.AnyTagClassName
{
color: #EDD368;
}
</style>
background-color css
<style>
a { background-color: #EDD368; }
a { background-color: rgb(237,211,104); }
div.DivClassName
{
background-color: #EDD368;
}
.BgClassName
{
background-color: #EDD368;
}
</style>
border-color css
<style>
span { border-color: #EDD368; }
span { border-color: rgb(237,211,104); }
td.TdClassName
{
border-color: #EDD368;
}
.TagClassName
{
border-color: #EDD368;
}
</style>