Shades of Golden Sand #EDCD6B
Tints of Golden Sand #EDCD6B
RGB
CMYK
RGB Variations
Color information
#EDCD6B (or 0xEDCD6B) is known color: Golden Sand. HEX triplet: ED, CD and 6B. RGB value is (237,205,107). Sum of RGB (Red+Green+Blue) = 237+205+107=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD6B is #123294. Grayscale: #CBCBCB. Windows color (decimal): -1192597 or 7065069. OLE color: 7065069.
HSL color Cylindrical-coordinate representation of color #EDCD6B: hue angle of 45.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDCD6B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 107 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.07 |
| HSL | 45.23º | 0.78% | 0.67% | - |
| HSV(B) | 45.23º | 0.55% | 0.93% | - |
| XYZ | 59.41 | 62.73 | 22.89 | - |
| YUV | 203.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 107 | 0 | 0.14 | 0.55 | 0.07 | 45.23 | 0.78 | 0.67 |
| Hex | ED | CD | 6B | 0 | E | 37 | 7 | 2D | 4E | 43 |
| Octal | 355 | 315 | 153 | 0 | 16 | 67 | 7 | 55 | 116 | 103 |
| Binary | 11101101 | 11001101 | 1101011 | 0 | 1110 | 110111 | 111 | 101101 | 1001110 | 1000011 |
Color Harmonies of #EDCD6B
Complementary color
Monochromatic Colors of #EDCD6B
Black with #EDCD6B
Text Example
Text Example
White with #EDCD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD6B; }
p { color: rgb(237,205,107); }
H1.HeaderClassName
{
color: #EDCD6B;
}
.AnyTagClassName
{
color: #EDCD6B;
}
</style>
background-color css
<style>
a { background-color: #EDCD6B; }
a { background-color: rgb(237,205,107); }
div.DivClassName
{
background-color: #EDCD6B;
}
.BgClassName
{
background-color: #EDCD6B;
}
</style>
border-color css
<style>
span { border-color: #EDCD6B; }
span { border-color: rgb(237,205,107); }
td.TdClassName
{
border-color: #EDCD6B;
}
.TagClassName
{
border-color: #EDCD6B;
}
</style>