Shades of Golden Sand #EDCC5E
Tints of Golden Sand #EDCC5E
RGB
CMYK
RGB Variations
Color information
#EDCC5E (or 0xEDCC5E) is known color: Golden Sand. HEX triplet: ED, CC and 5E. RGB value is (237,204,94). Sum of RGB (Red+Green+Blue) = 237+204+94=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC5E is #1233A1. Grayscale: #C9C9C9. Windows color (decimal): -1192866 or 6212845. OLE color: 6212845.
HSL color Cylindrical-coordinate representation of color #EDCC5E: hue angle of 46.15º 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 #EDCC5E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 94 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.07 |
| HSL | 46.15º | 0.8% | 0.65% | - |
| HSV(B) | 46.15º | 0.6% | 0.93% | - |
| XYZ | 58.54 | 62 | 19.47 | - |
| YUV | 201.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 94 | 0 | 0.14 | 0.60 | 0.07 | 46.15 | 0.8 | 0.65 |
| Hex | ED | CC | 5E | 0 | E | 3C | 7 | 2E | 50 | 41 |
| Octal | 355 | 314 | 136 | 0 | 16 | 74 | 7 | 56 | 120 | 101 |
| Binary | 11101101 | 11001100 | 1011110 | 0 | 1110 | 111100 | 111 | 101110 | 1010000 | 1000001 |
Color Harmonies of #EDCC5E
Complementary color
Monochromatic Colors of #EDCC5E
Black with #EDCC5E
Text Example
Text Example
White with #EDCC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCC5E; }
p { color: rgb(237,204,94); }
H1.HeaderClassName
{
color: #EDCC5E;
}
.AnyTagClassName
{
color: #EDCC5E;
}
</style>
background-color css
<style>
a { background-color: #EDCC5E; }
a { background-color: rgb(237,204,94); }
div.DivClassName
{
background-color: #EDCC5E;
}
.BgClassName
{
background-color: #EDCC5E;
}
</style>
border-color css
<style>
span { border-color: #EDCC5E; }
span { border-color: rgb(237,204,94); }
td.TdClassName
{
border-color: #EDCC5E;
}
.TagClassName
{
border-color: #EDCC5E;
}
</style>