Shades of Golden Sand #EDC671
Tints of Golden Sand #EDC671
RGB
CMYK
RGB Variations
Color information
#EDC671 (or 0xEDC671) is known color: Golden Sand. HEX triplet: ED, C6 and 71. RGB value is (237,198,113). Sum of RGB (Red+Green+Blue) = 237+198+113=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC671 is #12398E. Grayscale: #C8C8C8. Windows color (decimal): -1194383 or 7456493. OLE color: 7456493.
HSL color Cylindrical-coordinate representation of color #EDC671: hue angle of 41.13º 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 #EDC671 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 113 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.07 |
| HSL | 41.13º | 0.78% | 0.69% | - |
| HSV(B) | 41.13º | 0.52% | 0.93% | - |
| XYZ | 58.1 | 59.58 | 24.06 | - |
| YUV | 199.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 113 | 0 | 0.16 | 0.52 | 0.07 | 41.13 | 0.78 | 0.69 |
| Hex | ED | C6 | 71 | 0 | 10 | 34 | 7 | 29 | 4E | 45 |
| Octal | 355 | 306 | 161 | 0 | 20 | 64 | 7 | 51 | 116 | 105 |
| Binary | 11101101 | 11000110 | 1110001 | 0 | 10000 | 110100 | 111 | 101001 | 1001110 | 1000101 |
Color Harmonies of #EDC671
Complementary color
Monochromatic Colors of #EDC671
Black with #EDC671
Text Example
Text Example
White with #EDC671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC671; }
p { color: rgb(237,198,113); }
H1.HeaderClassName
{
color: #EDC671;
}
.AnyTagClassName
{
color: #EDC671;
}
</style>
background-color css
<style>
a { background-color: #EDC671; }
a { background-color: rgb(237,198,113); }
div.DivClassName
{
background-color: #EDC671;
}
.BgClassName
{
background-color: #EDC671;
}
</style>
border-color css
<style>
span { border-color: #EDC671; }
span { border-color: rgb(237,198,113); }
td.TdClassName
{
border-color: #EDC671;
}
.TagClassName
{
border-color: #EDC671;
}
</style>