Shades of Golden Sand #EDC663
Tints of Golden Sand #EDC663
RGB
CMYK
RGB Variations
Color information
#EDC663 (or 0xEDC663) is known color: Golden Sand. HEX triplet: ED, C6 and 63. RGB value is (237,198,99). Sum of RGB (Red+Green+Blue) = 237+198+99=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC663 is #12399C. Grayscale: #C6C6C6. Windows color (decimal): -1194397 or 6538989. OLE color: 6538989.
HSL color Cylindrical-coordinate representation of color #EDC663: hue angle of 43.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDC663 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 99 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.04º | 0.79% | 0.66% | - |
| HSV(B) | 43.04º | 0.58% | 0.93% | - |
| XYZ | 57.37 | 59.29 | 20.23 | - |
| YUV | 198.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 99 | 0 | 0.16 | 0.58 | 0.07 | 43.04 | 0.79 | 0.66 |
| Hex | ED | C6 | 63 | 0 | 10 | 3A | 7 | 2B | 4F | 42 |
| Octal | 355 | 306 | 143 | 0 | 20 | 72 | 7 | 53 | 117 | 102 |
| Binary | 11101101 | 11000110 | 1100011 | 0 | 10000 | 111010 | 111 | 101011 | 1001111 | 1000010 |
Color Harmonies of #EDC663
Complementary color
Monochromatic Colors of #EDC663
Black with #EDC663
Text Example
Text Example
White with #EDC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC663; }
p { color: rgb(237,198,99); }
H1.HeaderClassName
{
color: #EDC663;
}
.AnyTagClassName
{
color: #EDC663;
}
</style>
background-color css
<style>
a { background-color: #EDC663; }
a { background-color: rgb(237,198,99); }
div.DivClassName
{
background-color: #EDC663;
}
.BgClassName
{
background-color: #EDC663;
}
</style>
border-color css
<style>
span { border-color: #EDC663; }
span { border-color: rgb(237,198,99); }
td.TdClassName
{
border-color: #EDC663;
}
.TagClassName
{
border-color: #EDC663;
}
</style>