Shades of Golden Sand #EDC571
Tints of Golden Sand #EDC571
RGB
CMYK
RGB Variations
Color information
#EDC571 (or 0xEDC571) is known color: Golden Sand. HEX triplet: ED, C5 and 71. RGB value is (237,197,113). Sum of RGB (Red+Green+Blue) = 237+197+113=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC571 is #123A8E. Grayscale: #C7C7C7. Windows color (decimal): -1194639 or 7456237. OLE color: 7456237.
HSL color Cylindrical-coordinate representation of color #EDC571: hue angle of 40.65º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDC571 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 113 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.07 |
| HSL | 40.65º | 0.78% | 0.69% | - |
| HSV(B) | 40.65º | 0.52% | 0.93% | - |
| XYZ | 57.87 | 59.13 | 23.99 | - |
| YUV | 199.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 113 | 0 | 0.17 | 0.52 | 0.07 | 40.65 | 0.78 | 0.69 |
| Hex | ED | C5 | 71 | 0 | 11 | 34 | 7 | 29 | 4E | 45 |
| Octal | 355 | 305 | 161 | 0 | 21 | 64 | 7 | 51 | 116 | 105 |
| Binary | 11101101 | 11000101 | 1110001 | 0 | 10001 | 110100 | 111 | 101001 | 1001110 | 1000101 |
Color Harmonies of #EDC571
Complementary color
Monochromatic Colors of #EDC571
Black with #EDC571
Text Example
Text Example
White with #EDC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC571; }
p { color: rgb(237,197,113); }
H1.HeaderClassName
{
color: #EDC571;
}
.AnyTagClassName
{
color: #EDC571;
}
</style>
background-color css
<style>
a { background-color: #EDC571; }
a { background-color: rgb(237,197,113); }
div.DivClassName
{
background-color: #EDC571;
}
.BgClassName
{
background-color: #EDC571;
}
</style>
border-color css
<style>
span { border-color: #EDC571; }
span { border-color: rgb(237,197,113); }
td.TdClassName
{
border-color: #EDC571;
}
.TagClassName
{
border-color: #EDC571;
}
</style>