Shades of Golden Sand #EDD662
Tints of Golden Sand #EDD662
RGB
CMYK
RGB Variations
Color information
#EDD662 (or 0xEDD662) is known color: Golden Sand. HEX triplet: ED, D6 and 62. RGB value is (237,214,98). Sum of RGB (Red+Green+Blue) = 237+214+98=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD662 is #12299D. Grayscale: #D0D0D0. Windows color (decimal): -1190302 or 6477549. OLE color: 6477549.
HSL color Cylindrical-coordinate representation of color #EDD662: hue angle of 50.07º 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 #EDD662 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 98 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.07 |
| HSL | 50.07º | 0.79% | 0.66% | - |
| HSV(B) | 50.07º | 0.59% | 0.93% | - |
| XYZ | 61.18 | 66.98 | 21.26 | - |
| YUV | 207.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 98 | 0 | 0.10 | 0.59 | 0.07 | 50.07 | 0.79 | 0.66 |
| Hex | ED | D6 | 62 | 0 | A | 3B | 7 | 32 | 4F | 42 |
| Octal | 355 | 326 | 142 | 0 | 12 | 73 | 7 | 62 | 117 | 102 |
| Binary | 11101101 | 11010110 | 1100010 | 0 | 1010 | 111011 | 111 | 110010 | 1001111 | 1000010 |
Color Harmonies of #EDD662
Complementary color
Monochromatic Colors of #EDD662
Black with #EDD662
Text Example
Text Example
White with #EDD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD662; }
p { color: rgb(237,214,98); }
H1.HeaderClassName
{
color: #EDD662;
}
.AnyTagClassName
{
color: #EDD662;
}
</style>
background-color css
<style>
a { background-color: #EDD662; }
a { background-color: rgb(237,214,98); }
div.DivClassName
{
background-color: #EDD662;
}
.BgClassName
{
background-color: #EDD662;
}
</style>
border-color css
<style>
span { border-color: #EDD662; }
span { border-color: rgb(237,214,98); }
td.TdClassName
{
border-color: #EDD662;
}
.TagClassName
{
border-color: #EDD662;
}
</style>