Shades of Golden Sand #EDC660
Tints of Golden Sand #EDC660
RGB
CMYK
RGB Variations
Color information
#EDC660 (or 0xEDC660) is known color: Golden Sand. HEX triplet: ED, C6 and 60. RGB value is (237,198,96). Sum of RGB (Red+Green+Blue) = 237+198+96=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC660 is #12399F. Grayscale: #C6C6C6. Windows color (decimal): -1194400 or 6342381. OLE color: 6342381.
HSL color Cylindrical-coordinate representation of color #EDC660: hue angle of 43.4º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC660 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 96 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.07 |
| HSL | 43.4º | 0.8% | 0.65% | - |
| HSV(B) | 43.4º | 0.59% | 0.93% | - |
| XYZ | 57.23 | 59.24 | 19.48 | - |
| YUV | 198.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 96 | 0 | 0.16 | 0.59 | 0.07 | 43.4 | 0.8 | 0.65 |
| Hex | ED | C6 | 60 | 0 | 10 | 3B | 7 | 2B | 50 | 41 |
| Octal | 355 | 306 | 140 | 0 | 20 | 73 | 7 | 53 | 120 | 101 |
| Binary | 11101101 | 11000110 | 1100000 | 0 | 10000 | 111011 | 111 | 101011 | 1010000 | 1000001 |
Color Harmonies of #EDC660
Complementary color
Monochromatic Colors of #EDC660
Black with #EDC660
Text Example
Text Example
White with #EDC660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC660; }
p { color: rgb(237,198,96); }
H1.HeaderClassName
{
color: #EDC660;
}
.AnyTagClassName
{
color: #EDC660;
}
</style>
background-color css
<style>
a { background-color: #EDC660; }
a { background-color: rgb(237,198,96); }
div.DivClassName
{
background-color: #EDC660;
}
.BgClassName
{
background-color: #EDC660;
}
</style>
border-color css
<style>
span { border-color: #EDC660; }
span { border-color: rgb(237,198,96); }
td.TdClassName
{
border-color: #EDC660;
}
.TagClassName
{
border-color: #EDC660;
}
</style>