Shades of Golden Sand #EDD965
Tints of Golden Sand #EDD965
RGB
CMYK
RGB Variations
Color information
#EDD965 (or 0xEDD965) is known color: Golden Sand. HEX triplet: ED, D9 and 65. RGB value is (237,217,101). Sum of RGB (Red+Green+Blue) = 237+217+101=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD965 is #12269A. Grayscale: #D2D2D2. Windows color (decimal): -1189531 or 6674925. OLE color: 6674925.
HSL color Cylindrical-coordinate representation of color #EDD965: hue angle of 51.18º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDD965 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 101 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.07 |
| HSL | 51.18º | 0.79% | 0.66% | - |
| HSV(B) | 51.18º | 0.57% | 0.93% | - |
| XYZ | 62.09 | 68.57 | 22.27 | - |
| YUV | 209.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 101 | 0 | 0.08 | 0.57 | 0.07 | 51.18 | 0.79 | 0.66 |
| Hex | ED | D9 | 65 | 0 | 8 | 39 | 7 | 33 | 4F | 42 |
| Octal | 355 | 331 | 145 | 0 | 10 | 71 | 7 | 63 | 117 | 102 |
| Binary | 11101101 | 11011001 | 1100101 | 0 | 1000 | 111001 | 111 | 110011 | 1001111 | 1000010 |
Color Harmonies of #EDD965
Complementary color
Monochromatic Colors of #EDD965
Black with #EDD965
Text Example
Text Example
White with #EDD965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD965; }
p { color: rgb(237,217,101); }
H1.HeaderClassName
{
color: #EDD965;
}
.AnyTagClassName
{
color: #EDD965;
}
</style>
background-color css
<style>
a { background-color: #EDD965; }
a { background-color: rgb(237,217,101); }
div.DivClassName
{
background-color: #EDD965;
}
.BgClassName
{
background-color: #EDD965;
}
</style>
border-color css
<style>
span { border-color: #EDD965; }
span { border-color: rgb(237,217,101); }
td.TdClassName
{
border-color: #EDD965;
}
.TagClassName
{
border-color: #EDD965;
}
</style>