Shades of Golden Sand #EDD463
Tints of Golden Sand #EDD463
RGB
CMYK
RGB Variations
Color information
#EDD463 (or 0xEDD463) is known color: Golden Sand. HEX triplet: ED, D4 and 63. RGB value is (237,212,99). Sum of RGB (Red+Green+Blue) = 237+212+99=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 99 (39.06% from 255 or 18.07% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD463 is #122B9C. Grayscale: #CFCFCF. Windows color (decimal): -1190813 or 6542573. OLE color: 6542573.
HSL color Cylindrical-coordinate representation of color #EDD463: hue angle of 49.13º 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 #EDD463 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 49.13º | 0.79% | 0.66% | - |
| HSV(B) | 49.13º | 0.58% | 0.93% | - |
| XYZ | 60.72 | 65.99 | 21.34 | - |
| YUV | 206.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 99 | 0 | 0.11 | 0.58 | 0.07 | 49.13 | 0.79 | 0.66 |
| Hex | ED | D4 | 63 | 0 | B | 3A | 7 | 31 | 4F | 42 |
| Octal | 355 | 324 | 143 | 0 | 13 | 72 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010100 | 1100011 | 0 | 1011 | 111010 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD463
Complementary color
Monochromatic Colors of #EDD463
Black with #EDD463
Text Example
Text Example
White with #EDD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD463; }
p { color: rgb(237,212,99); }
H1.HeaderClassName
{
color: #EDD463;
}
.AnyTagClassName
{
color: #EDD463;
}
</style>
background-color css
<style>
a { background-color: #EDD463; }
a { background-color: rgb(237,212,99); }
div.DivClassName
{
background-color: #EDD463;
}
.BgClassName
{
background-color: #EDD463;
}
</style>
border-color css
<style>
span { border-color: #EDD463; }
span { border-color: rgb(237,212,99); }
td.TdClassName
{
border-color: #EDD463;
}
.TagClassName
{
border-color: #EDD463;
}
</style>