Shades of Golden Sand #EDD762
Tints of Golden Sand #EDD762
RGB
CMYK
RGB Variations
Color information
#EDD762 (or 0xEDD762) is known color: Golden Sand. HEX triplet: ED, D7 and 62. RGB value is (237,215,98). Sum of RGB (Red+Green+Blue) = 237+215+98=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD762 is #12289D. Grayscale: #D0D0D0. Windows color (decimal): -1190046 or 6477805. OLE color: 6477805.
HSL color Cylindrical-coordinate representation of color #EDD762: hue angle of 50.5º 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 #EDD762 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 98 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.07 |
| HSL | 50.5º | 0.79% | 0.66% | - |
| HSV(B) | 50.5º | 0.59% | 0.93% | - |
| XYZ | 61.43 | 67.49 | 21.34 | - |
| YUV | 208.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 98 | 0 | 0.09 | 0.59 | 0.07 | 50.5 | 0.79 | 0.66 |
| Hex | ED | D7 | 62 | 0 | 9 | 3B | 7 | 33 | 4F | 42 |
| Octal | 355 | 327 | 142 | 0 | 11 | 73 | 7 | 63 | 117 | 102 |
| Binary | 11101101 | 11010111 | 1100010 | 0 | 1001 | 111011 | 111 | 110011 | 1001111 | 1000010 |
Color Harmonies of #EDD762
Complementary color
Monochromatic Colors of #EDD762
Black with #EDD762
Text Example
Text Example
White with #EDD762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD762; }
p { color: rgb(237,215,98); }
H1.HeaderClassName
{
color: #EDD762;
}
.AnyTagClassName
{
color: #EDD762;
}
</style>
background-color css
<style>
a { background-color: #EDD762; }
a { background-color: rgb(237,215,98); }
div.DivClassName
{
background-color: #EDD762;
}
.BgClassName
{
background-color: #EDD762;
}
</style>
border-color css
<style>
span { border-color: #EDD762; }
span { border-color: rgb(237,215,98); }
td.TdClassName
{
border-color: #EDD762;
}
.TagClassName
{
border-color: #EDD762;
}
</style>