Shades of Golden Sand #EDD362
Tints of Golden Sand #EDD362
RGB
CMYK
RGB Variations
Color information
#EDD362 (or 0xEDD362) is known color: Golden Sand. HEX triplet: ED, D3 and 62. RGB value is (237,211,98). Sum of RGB (Red+Green+Blue) = 237+211+98=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD362 is #122C9D. Grayscale: #CECECE. Windows color (decimal): -1191070 or 6476781. OLE color: 6476781.
HSL color Cylindrical-coordinate representation of color #EDD362: hue angle of 48.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD362 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 98 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.07 |
| HSL | 48.78º | 0.79% | 0.66% | - |
| HSV(B) | 48.78º | 0.59% | 0.93% | - |
| XYZ | 60.42 | 65.47 | 21.01 | - |
| YUV | 205.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 98 | 0 | 0.11 | 0.59 | 0.07 | 48.78 | 0.79 | 0.66 |
| Hex | ED | D3 | 62 | 0 | B | 3B | 7 | 31 | 4F | 42 |
| Octal | 355 | 323 | 142 | 0 | 13 | 73 | 7 | 61 | 117 | 102 |
| Binary | 11101101 | 11010011 | 1100010 | 0 | 1011 | 111011 | 111 | 110001 | 1001111 | 1000010 |
Color Harmonies of #EDD362
Complementary color
Monochromatic Colors of #EDD362
Black with #EDD362
Text Example
Text Example
White with #EDD362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD362; }
p { color: rgb(237,211,98); }
H1.HeaderClassName
{
color: #EDD362;
}
.AnyTagClassName
{
color: #EDD362;
}
</style>
background-color css
<style>
a { background-color: #EDD362; }
a { background-color: rgb(237,211,98); }
div.DivClassName
{
background-color: #EDD362;
}
.BgClassName
{
background-color: #EDD362;
}
</style>
border-color css
<style>
span { border-color: #EDD362; }
span { border-color: rgb(237,211,98); }
td.TdClassName
{
border-color: #EDD362;
}
.TagClassName
{
border-color: #EDD362;
}
</style>