Shades of Golden Sand #EDD077
Tints of Golden Sand #EDD077
RGB
CMYK
RGB Variations
Color information
#EDD077 (or 0xEDD077) is known color: Golden Sand. HEX triplet: ED, D0 and 77. RGB value is (237,208,119). Sum of RGB (Red+Green+Blue) = 237+208+119=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD077 is #122F88. Grayscale: #CECECE. Windows color (decimal): -1191817 or 7852269. OLE color: 7852269.
HSL color Cylindrical-coordinate representation of color #EDD077: hue angle of 45.25º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD077 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 119 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.07 |
| HSL | 45.25º | 0.77% | 0.7% | - |
| HSV(B) | 45.25º | 0.5% | 0.93% | - |
| XYZ | 60.81 | 64.45 | 26.69 | - |
| YUV | 206.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 119 | 0 | 0.12 | 0.50 | 0.07 | 45.25 | 0.77 | 0.7 |
| Hex | ED | D0 | 77 | 0 | C | 32 | 7 | 2D | 4D | 46 |
| Octal | 355 | 320 | 167 | 0 | 14 | 62 | 7 | 55 | 115 | 106 |
| Binary | 11101101 | 11010000 | 1110111 | 0 | 1100 | 110010 | 111 | 101101 | 1001101 | 1000110 |
Color Harmonies of #EDD077
Complementary color
Monochromatic Colors of #EDD077
Black with #EDD077
Text Example
Text Example
White with #EDD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD077; }
p { color: rgb(237,208,119); }
H1.HeaderClassName
{
color: #EDD077;
}
.AnyTagClassName
{
color: #EDD077;
}
</style>
background-color css
<style>
a { background-color: #EDD077; }
a { background-color: rgb(237,208,119); }
div.DivClassName
{
background-color: #EDD077;
}
.BgClassName
{
background-color: #EDD077;
}
</style>
border-color css
<style>
span { border-color: #EDD077; }
span { border-color: rgb(237,208,119); }
td.TdClassName
{
border-color: #EDD077;
}
.TagClassName
{
border-color: #EDD077;
}
</style>