Shades of Golden Sand #EDD05F
Tints of Golden Sand #EDD05F
RGB
CMYK
RGB Variations
Color information
#EDD05F (or 0xEDD05F) is known color: Golden Sand. HEX triplet: ED, D0 and 5F. RGB value is (237,208,95). Sum of RGB (Red+Green+Blue) = 237+208+95=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD05F is #122FA0. Grayscale: #CCCCCC. Windows color (decimal): -1191841 or 6279405. OLE color: 6279405.
HSL color Cylindrical-coordinate representation of color #EDD05F: hue angle of 47.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDD05F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 95 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.07 |
| HSL | 47.75º | 0.8% | 0.65% | - |
| HSV(B) | 47.75º | 0.6% | 0.93% | - |
| XYZ | 59.55 | 63.94 | 20.03 | - |
| YUV | 203.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 95 | 0 | 0.12 | 0.60 | 0.07 | 47.75 | 0.8 | 0.65 |
| Hex | ED | D0 | 5F | 0 | C | 3C | 7 | 30 | 50 | 41 |
| Octal | 355 | 320 | 137 | 0 | 14 | 74 | 7 | 60 | 120 | 101 |
| Binary | 11101101 | 11010000 | 1011111 | 0 | 1100 | 111100 | 111 | 110000 | 1010000 | 1000001 |
Color Harmonies of #EDD05F
Complementary color
Monochromatic Colors of #EDD05F
Black with #EDD05F
Text Example
Text Example
White with #EDD05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD05F; }
p { color: rgb(237,208,95); }
H1.HeaderClassName
{
color: #EDD05F;
}
.AnyTagClassName
{
color: #EDD05F;
}
</style>
background-color css
<style>
a { background-color: #EDD05F; }
a { background-color: rgb(237,208,95); }
div.DivClassName
{
background-color: #EDD05F;
}
.BgClassName
{
background-color: #EDD05F;
}
</style>
border-color css
<style>
span { border-color: #EDD05F; }
span { border-color: rgb(237,208,95); }
td.TdClassName
{
border-color: #EDD05F;
}
.TagClassName
{
border-color: #EDD05F;
}
</style>