Shades of Golden Sand #EDC566
Tints of Golden Sand #EDC566
RGB
CMYK
RGB Variations
Color information
#EDC566 (or 0xEDC566) is known color: Golden Sand. HEX triplet: ED, C5 and 66. RGB value is (237,197,102). Sum of RGB (Red+Green+Blue) = 237+197+102=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC566 is #123A99. Grayscale: #C6C6C6. Windows color (decimal): -1194650 or 6735341. OLE color: 6735341.
HSL color Cylindrical-coordinate representation of color #EDC566: hue angle of 42.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDC566 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 102 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.07 |
| HSL | 42.22º | 0.79% | 0.66% | - |
| HSV(B) | 42.22º | 0.57% | 0.93% | - |
| XYZ | 57.29 | 58.9 | 20.92 | - |
| YUV | 198.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 102 | 0 | 0.17 | 0.57 | 0.07 | 42.22 | 0.79 | 0.66 |
| Hex | ED | C5 | 66 | 0 | 11 | 39 | 7 | 2A | 4F | 42 |
| Octal | 355 | 305 | 146 | 0 | 21 | 71 | 7 | 52 | 117 | 102 |
| Binary | 11101101 | 11000101 | 1100110 | 0 | 10001 | 111001 | 111 | 101010 | 1001111 | 1000010 |
Color Harmonies of #EDC566
Complementary color
Monochromatic Colors of #EDC566
Black with #EDC566
Text Example
Text Example
White with #EDC566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC566; }
p { color: rgb(237,197,102); }
H1.HeaderClassName
{
color: #EDC566;
}
.AnyTagClassName
{
color: #EDC566;
}
</style>
background-color css
<style>
a { background-color: #EDC566; }
a { background-color: rgb(237,197,102); }
div.DivClassName
{
background-color: #EDC566;
}
.BgClassName
{
background-color: #EDC566;
}
</style>
border-color css
<style>
span { border-color: #EDC566; }
span { border-color: rgb(237,197,102); }
td.TdClassName
{
border-color: #EDC566;
}
.TagClassName
{
border-color: #EDC566;
}
</style>