Shades of Golden Sand #EDC666
Tints of Golden Sand #EDC666
RGB
CMYK
RGB Variations
Color information
#EDC666 (or 0xEDC666) is known color: Golden Sand. HEX triplet: ED, C6 and 66. RGB value is (237,198,102). Sum of RGB (Red+Green+Blue) = 237+198+102=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC666 is #123999. Grayscale: #C7C7C7. Windows color (decimal): -1194394 or 6735597. OLE color: 6735597.
HSL color Cylindrical-coordinate representation of color #EDC666: hue angle of 42.67º 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 #EDC666 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 102 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.07 |
| HSL | 42.67º | 0.79% | 0.66% | - |
| HSV(B) | 42.67º | 0.57% | 0.93% | - |
| XYZ | 57.52 | 59.35 | 20.99 | - |
| YUV | 198.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 102 | 0 | 0.16 | 0.57 | 0.07 | 42.67 | 0.79 | 0.66 |
| Hex | ED | C6 | 66 | 0 | 10 | 39 | 7 | 2B | 4F | 42 |
| Octal | 355 | 306 | 146 | 0 | 20 | 71 | 7 | 53 | 117 | 102 |
| Binary | 11101101 | 11000110 | 1100110 | 0 | 10000 | 111001 | 111 | 101011 | 1001111 | 1000010 |
Color Harmonies of #EDC666
Complementary color
Monochromatic Colors of #EDC666
Black with #EDC666
Text Example
Text Example
White with #EDC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC666; }
p { color: rgb(237,198,102); }
H1.HeaderClassName
{
color: #EDC666;
}
.AnyTagClassName
{
color: #EDC666;
}
</style>
background-color css
<style>
a { background-color: #EDC666; }
a { background-color: rgb(237,198,102); }
div.DivClassName
{
background-color: #EDC666;
}
.BgClassName
{
background-color: #EDC666;
}
</style>
border-color css
<style>
span { border-color: #EDC666; }
span { border-color: rgb(237,198,102); }
td.TdClassName
{
border-color: #EDC666;
}
.TagClassName
{
border-color: #EDC666;
}
</style>