Shades of Golden Sand #EDC464
Tints of Golden Sand #EDC464
RGB
CMYK
RGB Variations
Color information
#EDC464 (or 0xEDC464) is known color: Golden Sand. HEX triplet: ED, C4 and 64. RGB value is (237,196,100). Sum of RGB (Red+Green+Blue) = 237+196+100=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC464 is #123B9B. Grayscale: #C5C5C5. Windows color (decimal): -1194908 or 6604013. OLE color: 6604013.
HSL color Cylindrical-coordinate representation of color #EDC464: hue angle of 42.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 #EDC464 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 100 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.07 |
| HSL | 42.04º | 0.79% | 0.66% | - |
| HSV(B) | 42.04º | 0.58% | 0.93% | - |
| XYZ | 56.97 | 58.4 | 20.33 | - |
| YUV | 197.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 100 | 0 | 0.17 | 0.58 | 0.07 | 42.04 | 0.79 | 0.66 |
| Hex | ED | C4 | 64 | 0 | 11 | 3A | 7 | 2A | 4F | 42 |
| Octal | 355 | 304 | 144 | 0 | 21 | 72 | 7 | 52 | 117 | 102 |
| Binary | 11101101 | 11000100 | 1100100 | 0 | 10001 | 111010 | 111 | 101010 | 1001111 | 1000010 |
Color Harmonies of #EDC464
Complementary color
Monochromatic Colors of #EDC464
Black with #EDC464
Text Example
Text Example
White with #EDC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC464; }
p { color: rgb(237,196,100); }
H1.HeaderClassName
{
color: #EDC464;
}
.AnyTagClassName
{
color: #EDC464;
}
</style>
background-color css
<style>
a { background-color: #EDC464; }
a { background-color: rgb(237,196,100); }
div.DivClassName
{
background-color: #EDC464;
}
.BgClassName
{
background-color: #EDC464;
}
</style>
border-color css
<style>
span { border-color: #EDC464; }
span { border-color: rgb(237,196,100); }
td.TdClassName
{
border-color: #EDC464;
}
.TagClassName
{
border-color: #EDC464;
}
</style>