Shades of Golden Sand #EDD465
Tints of Golden Sand #EDD465
RGB
CMYK
RGB Variations
Color information
#EDD465 (or 0xEDD465) is known color: Golden Sand. HEX triplet: ED, D4 and 65. RGB value is (237,212,101). Sum of RGB (Red+Green+Blue) = 237+212+101=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD465 is #122B9A. Grayscale: #CFCFCF. Windows color (decimal): -1190811 or 6673645. OLE color: 6673645.
HSL color Cylindrical-coordinate representation of color #EDD465: hue angle of 48.97º 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 #EDD465 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 101 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.07 |
| HSL | 48.97º | 0.79% | 0.66% | - |
| HSV(B) | 48.97º | 0.57% | 0.93% | - |
| XYZ | 60.82 | 66.03 | 21.85 | - |
| YUV | 206.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 101 | 0 | 0.11 | 0.57 | 0.07 | 48.97 | 0.79 | 0.66 |
| Hex | ED | D4 | 65 | 0 | B | 39 | 7 | 31 | 4F | 42 |
| Octal | 355 | 324 | 145 | 0 | 13 | 71 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010100 | 1100101 | 0 | 1011 | 111001 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD465
Complementary color
Monochromatic Colors of #EDD465
Black with #EDD465
Text Example
Text Example
White with #EDD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD465; }
p { color: rgb(237,212,101); }
H1.HeaderClassName
{
color: #EDD465;
}
.AnyTagClassName
{
color: #EDD465;
}
</style>
background-color css
<style>
a { background-color: #EDD465; }
a { background-color: rgb(237,212,101); }
div.DivClassName
{
background-color: #EDD465;
}
.BgClassName
{
background-color: #EDD465;
}
</style>
border-color css
<style>
span { border-color: #EDD465; }
span { border-color: rgb(237,212,101); }
td.TdClassName
{
border-color: #EDD465;
}
.TagClassName
{
border-color: #EDD465;
}
</style>