Shades of Golden Sand #EDC75E
Tints of Golden Sand #EDC75E
RGB
CMYK
RGB Variations
Color information
#EDC75E (or 0xEDC75E) is known color: Golden Sand. HEX triplet: ED, C7 and 5E. RGB value is (237,199,94). Sum of RGB (Red+Green+Blue) = 237+199+94=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC75E is #1238A1. Grayscale: #C6C6C6. Windows color (decimal): -1194146 or 6211565. OLE color: 6211565.
HSL color Cylindrical-coordinate representation of color #EDC75E: hue angle of 44.06º 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 #EDC75E is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 94 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.07 |
| HSL | 44.06º | 0.8% | 0.65% | - |
| HSV(B) | 44.06º | 0.6% | 0.93% | - |
| XYZ | 57.37 | 59.66 | 19.08 | - |
| YUV | 198.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 94 | 0 | 0.16 | 0.60 | 0.07 | 44.06 | 0.8 | 0.65 |
| Hex | ED | C7 | 5E | 0 | 10 | 3C | 7 | 2C | 50 | 41 |
| Octal | 355 | 307 | 136 | 0 | 20 | 74 | 7 | 54 | 120 | 101 |
| Binary | 11101101 | 11000111 | 1011110 | 0 | 10000 | 111100 | 111 | 101100 | 1010000 | 1000001 |
Color Harmonies of #EDC75E
Complementary color
Monochromatic Colors of #EDC75E
Black with #EDC75E
Text Example
Text Example
White with #EDC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC75E; }
p { color: rgb(237,199,94); }
H1.HeaderClassName
{
color: #EDC75E;
}
.AnyTagClassName
{
color: #EDC75E;
}
</style>
background-color css
<style>
a { background-color: #EDC75E; }
a { background-color: rgb(237,199,94); }
div.DivClassName
{
background-color: #EDC75E;
}
.BgClassName
{
background-color: #EDC75E;
}
</style>
border-color css
<style>
span { border-color: #EDC75E; }
span { border-color: rgb(237,199,94); }
td.TdClassName
{
border-color: #EDC75E;
}
.TagClassName
{
border-color: #EDC75E;
}
</style>