Shades of Golden Sand #EDD364
Tints of Golden Sand #EDD364
RGB
CMYK
RGB Variations
Color information
#EDD364 (or 0xEDD364) is known color: Golden Sand. HEX triplet: ED, D3 and 64. RGB value is (237,211,100). Sum of RGB (Red+Green+Blue) = 237+211+100=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD364 is #122C9B. Grayscale: #CECECE. Windows color (decimal): -1191068 or 6607853. OLE color: 6607853.
HSL color Cylindrical-coordinate representation of color #EDD364: hue angle of 48.61º 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 #EDD364 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 100 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.61º | 0.79% | 0.66% | - |
| HSV(B) | 48.61º | 0.58% | 0.93% | - |
| XYZ | 60.52 | 65.51 | 21.51 | - |
| YUV | 206.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 100 | 0 | 0.11 | 0.58 | 0.07 | 48.61 | 0.79 | 0.66 |
| Hex | ED | D3 | 64 | 0 | B | 3A | 7 | 31 | 4F | 42 |
| Octal | 355 | 323 | 144 | 0 | 13 | 72 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010011 | 1100100 | 0 | 1011 | 111010 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD364
Complementary color
Monochromatic Colors of #EDD364
Black with #EDD364
Text Example
Text Example
White with #EDD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD364; }
p { color: rgb(237,211,100); }
H1.HeaderClassName
{
color: #EDD364;
}
.AnyTagClassName
{
color: #EDD364;
}
</style>
background-color css
<style>
a { background-color: #EDD364; }
a { background-color: rgb(237,211,100); }
div.DivClassName
{
background-color: #EDD364;
}
.BgClassName
{
background-color: #EDD364;
}
</style>
border-color css
<style>
span { border-color: #EDD364; }
span { border-color: rgb(237,211,100); }
td.TdClassName
{
border-color: #EDD364;
}
.TagClassName
{
border-color: #EDD364;
}
</style>