Shades of Golden Sand #EDC66A
Tints of Golden Sand #EDC66A
RGB
CMYK
RGB Variations
Color information
#EDC66A (or 0xEDC66A) is known color: Golden Sand. HEX triplet: ED, C6 and 6A. RGB value is (237,198,106). Sum of RGB (Red+Green+Blue) = 237+198+106=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC66A is #123995. Grayscale: #C7C7C7. Windows color (decimal): -1194390 or 6997741. OLE color: 6997741.
HSL color Cylindrical-coordinate representation of color #EDC66A: hue angle of 42.14º 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 #EDC66A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 106 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.14º | 0.78% | 0.67% | - |
| HSV(B) | 42.14º | 0.55% | 0.93% | - |
| XYZ | 57.72 | 59.43 | 22.07 | - |
| YUV | 199.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 106 | 0 | 0.16 | 0.55 | 0.07 | 42.14 | 0.78 | 0.67 |
| Hex | ED | C6 | 6A | 0 | 10 | 37 | 7 | 2A | 4E | 43 |
| Octal | 355 | 306 | 152 | 0 | 20 | 67 | 7 | 52 | 116 | 103 |
| Binary | 11101101 | 11000110 | 1101010 | 0 | 10000 | 110111 | 111 | 101010 | 1001110 | 1000011 |
Color Harmonies of #EDC66A
Complementary color
Monochromatic Colors of #EDC66A
Black with #EDC66A
Text Example
Text Example
White with #EDC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC66A; }
p { color: rgb(237,198,106); }
H1.HeaderClassName
{
color: #EDC66A;
}
.AnyTagClassName
{
color: #EDC66A;
}
</style>
background-color css
<style>
a { background-color: #EDC66A; }
a { background-color: rgb(237,198,106); }
div.DivClassName
{
background-color: #EDC66A;
}
.BgClassName
{
background-color: #EDC66A;
}
</style>
border-color css
<style>
span { border-color: #EDC66A; }
span { border-color: rgb(237,198,106); }
td.TdClassName
{
border-color: #EDC66A;
}
.TagClassName
{
border-color: #EDC66A;
}
</style>