Shades of Golden Sand #EDD062
Tints of Golden Sand #EDD062
RGB
CMYK
RGB Variations
Color information
#EDD062 (or 0xEDD062) is known color: Golden Sand. HEX triplet: ED, D0 and 62. RGB value is (237,208,98). Sum of RGB (Red+Green+Blue) = 237+208+98=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD062 is #122F9D. Grayscale: #CCCCCC. Windows color (decimal): -1191838 or 6476013. OLE color: 6476013.
HSL color Cylindrical-coordinate representation of color #EDD062: hue angle of 47.48º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD062 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 98 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.07 |
| HSL | 47.48º | 0.79% | 0.66% | - |
| HSV(B) | 47.48º | 0.59% | 0.93% | - |
| XYZ | 59.69 | 64 | 20.76 | - |
| YUV | 204.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 98 | 0 | 0.12 | 0.59 | 0.07 | 47.48 | 0.79 | 0.66 |
| Hex | ED | D0 | 62 | 0 | C | 3B | 7 | 2F | 4F | 42 |
| Octal | 355 | 320 | 142 | 0 | 14 | 73 | 7 | 57 | 117 | 102 |
| Binary | 11101101 | 11010000 | 1100010 | 0 | 1100 | 111011 | 111 | 101111 | 1001111 | 1000010 |
Color Harmonies of #EDD062
Complementary color
Monochromatic Colors of #EDD062
Black with #EDD062
Text Example
Text Example
White with #EDD062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD062; }
p { color: rgb(237,208,98); }
H1.HeaderClassName
{
color: #EDD062;
}
.AnyTagClassName
{
color: #EDD062;
}
</style>
background-color css
<style>
a { background-color: #EDD062; }
a { background-color: rgb(237,208,98); }
div.DivClassName
{
background-color: #EDD062;
}
.BgClassName
{
background-color: #EDD062;
}
</style>
border-color css
<style>
span { border-color: #EDD062; }
span { border-color: rgb(237,208,98); }
td.TdClassName
{
border-color: #EDD062;
}
.TagClassName
{
border-color: #EDD062;
}
</style>