Shades of Golden Sand #EDC771
Tints of Golden Sand #EDC771
RGB
CMYK
RGB Variations
Color information
#EDC771 (or 0xEDC771) is known color: Golden Sand. HEX triplet: ED, C7 and 71. RGB value is (237,199,113). Sum of RGB (Red+Green+Blue) = 237+199+113=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC771 is #12388E. Grayscale: #C8C8C8. Windows color (decimal): -1194127 or 7456749. OLE color: 7456749.
HSL color Cylindrical-coordinate representation of color #EDC771: hue angle of 41.61º 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 #EDC771 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 113 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.07 |
| HSL | 41.61º | 0.78% | 0.69% | - |
| HSV(B) | 41.61º | 0.52% | 0.93% | - |
| XYZ | 58.33 | 60.04 | 24.14 | - |
| YUV | 200.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 113 | 0 | 0.16 | 0.52 | 0.07 | 41.61 | 0.78 | 0.69 |
| Hex | ED | C7 | 71 | 0 | 10 | 34 | 7 | 2A | 4E | 45 |
| Octal | 355 | 307 | 161 | 0 | 20 | 64 | 7 | 52 | 116 | 105 |
| Binary | 11101101 | 11000111 | 1110001 | 0 | 10000 | 110100 | 111 | 101010 | 1001110 | 1000101 |
Color Harmonies of #EDC771
Complementary color
Monochromatic Colors of #EDC771
Black with #EDC771
Text Example
Text Example
White with #EDC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC771; }
p { color: rgb(237,199,113); }
H1.HeaderClassName
{
color: #EDC771;
}
.AnyTagClassName
{
color: #EDC771;
}
</style>
background-color css
<style>
a { background-color: #EDC771; }
a { background-color: rgb(237,199,113); }
div.DivClassName
{
background-color: #EDC771;
}
.BgClassName
{
background-color: #EDC771;
}
</style>
border-color css
<style>
span { border-color: #EDC771; }
span { border-color: rgb(237,199,113); }
td.TdClassName
{
border-color: #EDC771;
}
.TagClassName
{
border-color: #EDC771;
}
</style>