Shades of Golden Sand #EDD070
Tints of Golden Sand #EDD070
RGB
CMYK
RGB Variations
Color information
#EDD070 (or 0xEDD070) is known color: Golden Sand. HEX triplet: ED, D0 and 70. RGB value is (237,208,112). Sum of RGB (Red+Green+Blue) = 237+208+112=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD070 is #122F8F. Grayscale: #CECECE. Windows color (decimal): -1191824 or 7393517. OLE color: 7393517.
HSL color Cylindrical-coordinate representation of color #EDD070: hue angle of 46.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDD070 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 112 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.07 |
| HSL | 46.08º | 0.78% | 0.68% | - |
| HSV(B) | 46.08º | 0.53% | 0.93% | - |
| XYZ | 60.41 | 64.29 | 24.55 | - |
| YUV | 205.73 | 75.11 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 112 | 0 | 0.12 | 0.53 | 0.07 | 46.08 | 0.78 | 0.68 |
| Hex | ED | D0 | 70 | 0 | C | 35 | 7 | 2E | 4E | 44 |
| Octal | 355 | 320 | 160 | 0 | 14 | 65 | 7 | 56 | 116 | 104 |
| Binary | 11101101 | 11010000 | 1110000 | 0 | 1100 | 110101 | 111 | 101110 | 1001110 | 1000100 |
Color Harmonies of #EDD070
Complementary color
Monochromatic Colors of #EDD070
Black with #EDD070
Text Example
Text Example
White with #EDD070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD070; }
p { color: rgb(237,208,112); }
H1.HeaderClassName
{
color: #EDD070;
}
.AnyTagClassName
{
color: #EDD070;
}
</style>
background-color css
<style>
a { background-color: #EDD070; }
a { background-color: rgb(237,208,112); }
div.DivClassName
{
background-color: #EDD070;
}
.BgClassName
{
background-color: #EDD070;
}
</style>
border-color css
<style>
span { border-color: #EDD070; }
span { border-color: rgb(237,208,112); }
td.TdClassName
{
border-color: #EDD070;
}
.TagClassName
{
border-color: #EDD070;
}
</style>