Shades of Golden Sand #EDCD71
Tints of Golden Sand #EDCD71
RGB
CMYK
RGB Variations
Color information
#EDCD71 (or 0xEDCD71) is known color: Golden Sand. HEX triplet: ED, CD and 71. RGB value is (237,205,113). Sum of RGB (Red+Green+Blue) = 237+205+113=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD71 is #12328E. Grayscale: #CCCCCC. Windows color (decimal): -1192591 or 7458285. OLE color: 7458285.
HSL color Cylindrical-coordinate representation of color #EDCD71: hue angle of 44.52º 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 #EDCD71 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 113 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.07 |
| HSL | 44.52º | 0.78% | 0.69% | - |
| HSV(B) | 44.52º | 0.52% | 0.93% | - |
| XYZ | 59.74 | 62.86 | 24.61 | - |
| YUV | 204.08 | 76.6 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 113 | 0 | 0.14 | 0.52 | 0.07 | 44.52 | 0.78 | 0.69 |
| Hex | ED | CD | 71 | 0 | E | 34 | 7 | 2D | 4E | 45 |
| Octal | 355 | 315 | 161 | 0 | 16 | 64 | 7 | 55 | 116 | 105 |
| Binary | 11101101 | 11001101 | 1110001 | 0 | 1110 | 110100 | 111 | 101101 | 1001110 | 1000101 |
Color Harmonies of #EDCD71
Complementary color
Monochromatic Colors of #EDCD71
Black with #EDCD71
Text Example
Text Example
White with #EDCD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD71; }
p { color: rgb(237,205,113); }
H1.HeaderClassName
{
color: #EDCD71;
}
.AnyTagClassName
{
color: #EDCD71;
}
</style>
background-color css
<style>
a { background-color: #EDCD71; }
a { background-color: rgb(237,205,113); }
div.DivClassName
{
background-color: #EDCD71;
}
.BgClassName
{
background-color: #EDCD71;
}
</style>
border-color css
<style>
span { border-color: #EDCD71; }
span { border-color: rgb(237,205,113); }
td.TdClassName
{
border-color: #EDCD71;
}
.TagClassName
{
border-color: #EDCD71;
}
</style>