Shades of Golden Sand #EDCD68
Tints of Golden Sand #EDCD68
RGB
CMYK
RGB Variations
Color information
#EDCD68 (or 0xEDCD68) is known color: Golden Sand. HEX triplet: ED, CD and 68. RGB value is (237,205,104). Sum of RGB (Red+Green+Blue) = 237+205+104=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD68 is #123297. Grayscale: #CBCBCB. Windows color (decimal): -1192600 or 6868461. OLE color: 6868461.
HSL color Cylindrical-coordinate representation of color #EDCD68: hue angle of 45.56º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDCD68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 104 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.07 |
| HSL | 45.56º | 0.79% | 0.67% | - |
| HSV(B) | 45.56º | 0.56% | 0.93% | - |
| XYZ | 59.26 | 62.67 | 22.07 | - |
| YUV | 203.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 104 | 0 | 0.14 | 0.56 | 0.07 | 45.56 | 0.79 | 0.67 |
| Hex | ED | CD | 68 | 0 | E | 38 | 7 | 2E | 4F | 43 |
| Octal | 355 | 315 | 150 | 0 | 16 | 70 | 7 | 56 | 117 | 103 |
| Binary | 11101101 | 11001101 | 1101000 | 0 | 1110 | 111000 | 111 | 101110 | 1001111 | 1000011 |
Color Harmonies of #EDCD68
Complementary color
Monochromatic Colors of #EDCD68
Black with #EDCD68
Text Example
Text Example
White with #EDCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD68; }
p { color: rgb(237,205,104); }
H1.HeaderClassName
{
color: #EDCD68;
}
.AnyTagClassName
{
color: #EDCD68;
}
</style>
background-color css
<style>
a { background-color: #EDCD68; }
a { background-color: rgb(237,205,104); }
div.DivClassName
{
background-color: #EDCD68;
}
.BgClassName
{
background-color: #EDCD68;
}
</style>
border-color css
<style>
span { border-color: #EDCD68; }
span { border-color: rgb(237,205,104); }
td.TdClassName
{
border-color: #EDCD68;
}
.TagClassName
{
border-color: #EDCD68;
}
</style>