Shades of Golden Sand #EDD464
Tints of Golden Sand #EDD464
RGB
CMYK
RGB Variations
Color information
#EDD464 (or 0xEDD464) is known color: Golden Sand. HEX triplet: ED, D4 and 64. RGB value is (237,212,100). Sum of RGB (Red+Green+Blue) = 237+212+100=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD464 is #122B9B. Grayscale: #CFCFCF. Windows color (decimal): -1190812 or 6608109. OLE color: 6608109.
HSL color Cylindrical-coordinate representation of color #EDD464: hue angle of 49.05º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDD464 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 100 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 49.05º | 0.79% | 0.66% | - |
| HSV(B) | 49.05º | 0.58% | 0.93% | - |
| XYZ | 60.77 | 66.01 | 21.6 | - |
| YUV | 206.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 100 | 0 | 0.11 | 0.58 | 0.07 | 49.05 | 0.79 | 0.66 |
| Hex | ED | D4 | 64 | 0 | B | 3A | 7 | 31 | 4F | 42 |
| Octal | 355 | 324 | 144 | 0 | 13 | 72 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010100 | 1100100 | 0 | 1011 | 111010 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD464
Complementary color
Monochromatic Colors of #EDD464
Black with #EDD464
Text Example
Text Example
White with #EDD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD464; }
p { color: rgb(237,212,100); }
H1.HeaderClassName
{
color: #EDD464;
}
.AnyTagClassName
{
color: #EDD464;
}
</style>
background-color css
<style>
a { background-color: #EDD464; }
a { background-color: rgb(237,212,100); }
div.DivClassName
{
background-color: #EDD464;
}
.BgClassName
{
background-color: #EDD464;
}
</style>
border-color css
<style>
span { border-color: #EDD464; }
span { border-color: rgb(237,212,100); }
td.TdClassName
{
border-color: #EDD464;
}
.TagClassName
{
border-color: #EDD464;
}
</style>