Shades of Golden Sand #EDC46F
Tints of Golden Sand #EDC46F
RGB
CMYK
RGB Variations
Color information
#EDC46F (or 0xEDC46F) is known color: Golden Sand. HEX triplet: ED, C4 and 6F. RGB value is (237,196,111). Sum of RGB (Red+Green+Blue) = 237+196+111=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46F is #123B90. Grayscale: #C6C6C6. Windows color (decimal): -1194897 or 7324909. OLE color: 7324909.
HSL color Cylindrical-coordinate representation of color #EDC46F: hue angle of 40.48º 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 #EDC46F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 111 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.07 |
| HSL | 40.48º | 0.78% | 0.68% | - |
| HSV(B) | 40.48º | 0.53% | 0.93% | - |
| XYZ | 57.53 | 58.63 | 23.32 | - |
| YUV | 198.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 111 | 0 | 0.17 | 0.53 | 0.07 | 40.48 | 0.78 | 0.68 |
| Hex | ED | C4 | 6F | 0 | 11 | 35 | 7 | 28 | 4E | 44 |
| Octal | 355 | 304 | 157 | 0 | 21 | 65 | 7 | 50 | 116 | 104 |
| Binary | 11101101 | 11000100 | 1101111 | 0 | 10001 | 110101 | 111 | 101000 | 1001110 | 1000100 |
Color Harmonies of #EDC46F
Complementary color
Monochromatic Colors of #EDC46F
Black with #EDC46F
Text Example
Text Example
White with #EDC46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC46F; }
p { color: rgb(237,196,111); }
H1.HeaderClassName
{
color: #EDC46F;
}
.AnyTagClassName
{
color: #EDC46F;
}
</style>
background-color css
<style>
a { background-color: #EDC46F; }
a { background-color: rgb(237,196,111); }
div.DivClassName
{
background-color: #EDC46F;
}
.BgClassName
{
background-color: #EDC46F;
}
</style>
border-color css
<style>
span { border-color: #EDC46F; }
span { border-color: rgb(237,196,111); }
td.TdClassName
{
border-color: #EDC46F;
}
.TagClassName
{
border-color: #EDC46F;
}
</style>