Shades of Golden Sand #EDC66F
Tints of Golden Sand #EDC66F
RGB
CMYK
RGB Variations
Color information
#EDC66F (or 0xEDC66F) is known color: Golden Sand. HEX triplet: ED, C6 and 6F. RGB value is (237,198,111). Sum of RGB (Red+Green+Blue) = 237+198+111=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC66F is #123990. Grayscale: #C8C8C8. Windows color (decimal): -1194385 or 7325421. OLE color: 7325421.
HSL color Cylindrical-coordinate representation of color #EDC66F: hue angle of 41.43º 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 #EDC66F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 111 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 41.43º | 0.78% | 0.68% | - |
| HSV(B) | 41.43º | 0.53% | 0.93% | - |
| XYZ | 57.99 | 59.54 | 23.48 | - |
| YUV | 199.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 111 | 0 | 0.16 | 0.53 | 0.07 | 41.43 | 0.78 | 0.68 |
| Hex | ED | C6 | 6F | 0 | 10 | 35 | 7 | 29 | 4E | 44 |
| Octal | 355 | 306 | 157 | 0 | 20 | 65 | 7 | 51 | 116 | 104 |
| Binary | 11101101 | 11000110 | 1101111 | 0 | 10000 | 110101 | 111 | 101001 | 1001110 | 1000100 |
Color Harmonies of #EDC66F
Complementary color
Monochromatic Colors of #EDC66F
Black with #EDC66F
Text Example
Text Example
White with #EDC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC66F; }
p { color: rgb(237,198,111); }
H1.HeaderClassName
{
color: #EDC66F;
}
.AnyTagClassName
{
color: #EDC66F;
}
</style>
background-color css
<style>
a { background-color: #EDC66F; }
a { background-color: rgb(237,198,111); }
div.DivClassName
{
background-color: #EDC66F;
}
.BgClassName
{
background-color: #EDC66F;
}
</style>
border-color css
<style>
span { border-color: #EDC66F; }
span { border-color: rgb(237,198,111); }
td.TdClassName
{
border-color: #EDC66F;
}
.TagClassName
{
border-color: #EDC66F;
}
</style>