Shades of Golden Sand #EDC96D
Tints of Golden Sand #EDC96D
RGB
CMYK
RGB Variations
Color information
#EDC96D (or 0xEDC96D) is known color: Golden Sand. HEX triplet: ED, C9 and 6D. RGB value is (237,201,109). Sum of RGB (Red+Green+Blue) = 237+201+109=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96D is #123692. Grayscale: #C9C9C9. Windows color (decimal): -1193619 or 7195117. OLE color: 7195117.
HSL color Cylindrical-coordinate representation of color #EDC96D: hue angle of 43.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDC96D is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 109 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.07 |
| HSL | 43.13º | 0.78% | 0.68% | - |
| HSV(B) | 43.13º | 0.54% | 0.93% | - |
| XYZ | 58.57 | 60.88 | 23.13 | - |
| YUV | 201.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 109 | 0 | 0.15 | 0.54 | 0.07 | 43.13 | 0.78 | 0.68 |
| Hex | ED | C9 | 6D | 0 | F | 36 | 7 | 2B | 4E | 44 |
| Octal | 355 | 311 | 155 | 0 | 17 | 66 | 7 | 53 | 116 | 104 |
| Binary | 11101101 | 11001001 | 1101101 | 0 | 1111 | 110110 | 111 | 101011 | 1001110 | 1000100 |
Color Harmonies of #EDC96D
Complementary color
Monochromatic Colors of #EDC96D
Black with #EDC96D
Text Example
Text Example
White with #EDC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC96D; }
p { color: rgb(237,201,109); }
H1.HeaderClassName
{
color: #EDC96D;
}
.AnyTagClassName
{
color: #EDC96D;
}
</style>
background-color css
<style>
a { background-color: #EDC96D; }
a { background-color: rgb(237,201,109); }
div.DivClassName
{
background-color: #EDC96D;
}
.BgClassName
{
background-color: #EDC96D;
}
</style>
border-color css
<style>
span { border-color: #EDC96D; }
span { border-color: rgb(237,201,109); }
td.TdClassName
{
border-color: #EDC96D;
}
.TagClassName
{
border-color: #EDC96D;
}
</style>