Shades of Golden Sand #EDD365
Tints of Golden Sand #EDD365
RGB
CMYK
RGB Variations
Color information
#EDD365 (or 0xEDD365) is known color: Golden Sand. HEX triplet: ED, D3 and 65. RGB value is (237,211,101). Sum of RGB (Red+Green+Blue) = 237+211+101=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD365 is #122C9A. Grayscale: #CECECE. Windows color (decimal): -1191067 or 6673389. OLE color: 6673389.
HSL color Cylindrical-coordinate representation of color #EDD365: hue angle of 48.53º 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 #EDD365 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 101 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.07 |
| HSL | 48.53º | 0.79% | 0.66% | - |
| HSV(B) | 48.53º | 0.57% | 0.93% | - |
| XYZ | 60.57 | 65.53 | 21.77 | - |
| YUV | 206.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 101 | 0 | 0.11 | 0.57 | 0.07 | 48.53 | 0.79 | 0.66 |
| Hex | ED | D3 | 65 | 0 | B | 39 | 7 | 31 | 4F | 42 |
| Octal | 355 | 323 | 145 | 0 | 13 | 71 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010011 | 1100101 | 0 | 1011 | 111001 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD365
Complementary color
Monochromatic Colors of #EDD365
Black with #EDD365
Text Example
Text Example
White with #EDD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD365; }
p { color: rgb(237,211,101); }
H1.HeaderClassName
{
color: #EDD365;
}
.AnyTagClassName
{
color: #EDD365;
}
</style>
background-color css
<style>
a { background-color: #EDD365; }
a { background-color: rgb(237,211,101); }
div.DivClassName
{
background-color: #EDD365;
}
.BgClassName
{
background-color: #EDD365;
}
</style>
border-color css
<style>
span { border-color: #EDD365; }
span { border-color: rgb(237,211,101); }
td.TdClassName
{
border-color: #EDD365;
}
.TagClassName
{
border-color: #EDD365;
}
</style>