Shades of Golden Sand #EDD76F
Tints of Golden Sand #EDD76F
RGB
CMYK
RGB Variations
Color information
#EDD76F (or 0xEDD76F) is known color: Golden Sand. HEX triplet: ED, D7 and 6F. RGB value is (237,215,111). Sum of RGB (Red+Green+Blue) = 237+215+111=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD76F is #122890. Grayscale: #D2D2D2. Windows color (decimal): -1190033 or 7329773. OLE color: 7329773.
HSL color Cylindrical-coordinate representation of color #EDD76F: hue angle of 49.52º 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 #EDD76F is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 111 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.07 |
| HSL | 49.52º | 0.78% | 0.68% | - |
| HSV(B) | 49.52º | 0.53% | 0.93% | - |
| XYZ | 62.09 | 67.75 | 24.84 | - |
| YUV | 209.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 111 | 0 | 0.09 | 0.53 | 0.07 | 49.52 | 0.78 | 0.68 |
| Hex | ED | D7 | 6F | 0 | 9 | 35 | 7 | 32 | 4E | 44 |
| Octal | 355 | 327 | 157 | 0 | 11 | 65 | 7 | 62 | 116 | 104 |
| Binary | 11101101 | 11010111 | 1101111 | 0 | 1001 | 110101 | 111 | 110010 | 1001110 | 1000100 |
Color Harmonies of #EDD76F
Complementary color
Monochromatic Colors of #EDD76F
Black with #EDD76F
Text Example
Text Example
White with #EDD76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD76F; }
p { color: rgb(237,215,111); }
H1.HeaderClassName
{
color: #EDD76F;
}
.AnyTagClassName
{
color: #EDD76F;
}
</style>
background-color css
<style>
a { background-color: #EDD76F; }
a { background-color: rgb(237,215,111); }
div.DivClassName
{
background-color: #EDD76F;
}
.BgClassName
{
background-color: #EDD76F;
}
</style>
border-color css
<style>
span { border-color: #EDD76F; }
span { border-color: rgb(237,215,111); }
td.TdClassName
{
border-color: #EDD76F;
}
.TagClassName
{
border-color: #EDD76F;
}
</style>