Shades of Golden Sand #EDD071
Tints of Golden Sand #EDD071
RGB
CMYK
RGB Variations
Color information
#EDD071 (or 0xEDD071) is known color: Golden Sand. HEX triplet: ED, D0 and 71. RGB value is (237,208,113). Sum of RGB (Red+Green+Blue) = 237+208+113=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD071 is #122F8E. Grayscale: #CECECE. Windows color (decimal): -1191823 or 7459053. OLE color: 7459053.
HSL color Cylindrical-coordinate representation of color #EDD071: hue angle of 45.97º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD071 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 113 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 45.97º | 0.78% | 0.69% | - |
| HSV(B) | 45.97º | 0.52% | 0.93% | - |
| XYZ | 60.46 | 64.31 | 24.85 | - |
| YUV | 205.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 113 | 0 | 0.12 | 0.52 | 0.07 | 45.97 | 0.78 | 0.69 |
| Hex | ED | D0 | 71 | 0 | C | 34 | 7 | 2E | 4E | 45 |
| Octal | 355 | 320 | 161 | 0 | 14 | 64 | 7 | 56 | 116 | 105 |
| Binary | 11101101 | 11010000 | 1110001 | 0 | 1100 | 110100 | 111 | 101110 | 1001110 | 1000101 |
Color Harmonies of #EDD071
Complementary color
Monochromatic Colors of #EDD071
Black with #EDD071
Text Example
Text Example
White with #EDD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD071; }
p { color: rgb(237,208,113); }
H1.HeaderClassName
{
color: #EDD071;
}
.AnyTagClassName
{
color: #EDD071;
}
</style>
background-color css
<style>
a { background-color: #EDD071; }
a { background-color: rgb(237,208,113); }
div.DivClassName
{
background-color: #EDD071;
}
.BgClassName
{
background-color: #EDD071;
}
</style>
border-color css
<style>
span { border-color: #EDD071; }
span { border-color: rgb(237,208,113); }
td.TdClassName
{
border-color: #EDD071;
}
.TagClassName
{
border-color: #EDD071;
}
</style>