Shades of Golden Sand #EDC96F
Tints of Golden Sand #EDC96F
RGB
CMYK
RGB Variations
Color information
#EDC96F (or 0xEDC96F) is known color: Golden Sand. HEX triplet: ED, C9 and 6F. RGB value is (237,201,111). Sum of RGB (Red+Green+Blue) = 237+201+111=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96F is #123690. Grayscale: #C9C9C9. Windows color (decimal): -1193617 or 7326189. OLE color: 7326189.
HSL color Cylindrical-coordinate representation of color #EDC96F: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDC96F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 111 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.07 |
| HSL | 42.86º | 0.78% | 0.68% | - |
| HSV(B) | 42.86º | 0.53% | 0.93% | - |
| XYZ | 58.68 | 60.93 | 23.71 | - |
| YUV | 201.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 111 | 0 | 0.15 | 0.53 | 0.07 | 42.86 | 0.78 | 0.68 |
| Hex | ED | C9 | 6F | 0 | F | 35 | 7 | 2B | 4E | 44 |
| Octal | 355 | 311 | 157 | 0 | 17 | 65 | 7 | 53 | 116 | 104 |
| Binary | 11101101 | 11001001 | 1101111 | 0 | 1111 | 110101 | 111 | 101011 | 1001110 | 1000100 |
Color Harmonies of #EDC96F
Complementary color
Monochromatic Colors of #EDC96F
Black with #EDC96F
Text Example
Text Example
White with #EDC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC96F; }
p { color: rgb(237,201,111); }
H1.HeaderClassName
{
color: #EDC96F;
}
.AnyTagClassName
{
color: #EDC96F;
}
</style>
background-color css
<style>
a { background-color: #EDC96F; }
a { background-color: rgb(237,201,111); }
div.DivClassName
{
background-color: #EDC96F;
}
.BgClassName
{
background-color: #EDC96F;
}
</style>
border-color css
<style>
span { border-color: #EDC96F; }
span { border-color: rgb(237,201,111); }
td.TdClassName
{
border-color: #EDC96F;
}
.TagClassName
{
border-color: #EDC96F;
}
</style>