Shades of Golden Sand #EDC468
Tints of Golden Sand #EDC468
RGB
CMYK
RGB Variations
Color information
#EDC468 (or 0xEDC468) is known color: Golden Sand. HEX triplet: ED, C4 and 68. RGB value is (237,196,104). Sum of RGB (Red+Green+Blue) = 237+196+104=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC468 is #123B97. Grayscale: #C6C6C6. Windows color (decimal): -1194904 or 6866157. OLE color: 6866157.
HSL color Cylindrical-coordinate representation of color #EDC468: hue angle of 41.5º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDC468 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 104 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.5º | 0.79% | 0.67% | - |
| HSV(B) | 41.5º | 0.56% | 0.93% | - |
| XYZ | 57.16 | 58.48 | 21.37 | - |
| YUV | 197.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 104 | 0 | 0.17 | 0.56 | 0.07 | 41.5 | 0.79 | 0.67 |
| Hex | ED | C4 | 68 | 0 | 11 | 38 | 7 | 2A | 4F | 43 |
| Octal | 355 | 304 | 150 | 0 | 21 | 70 | 7 | 52 | 117 | 103 |
| Binary | 11101101 | 11000100 | 1101000 | 0 | 10001 | 111000 | 111 | 101010 | 1001111 | 1000011 |
Color Harmonies of #EDC468
Complementary color
Monochromatic Colors of #EDC468
Black with #EDC468
Text Example
Text Example
White with #EDC468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC468; }
p { color: rgb(237,196,104); }
H1.HeaderClassName
{
color: #EDC468;
}
.AnyTagClassName
{
color: #EDC468;
}
</style>
background-color css
<style>
a { background-color: #EDC468; }
a { background-color: rgb(237,196,104); }
div.DivClassName
{
background-color: #EDC468;
}
.BgClassName
{
background-color: #EDC468;
}
</style>
border-color css
<style>
span { border-color: #EDC468; }
span { border-color: rgb(237,196,104); }
td.TdClassName
{
border-color: #EDC468;
}
.TagClassName
{
border-color: #EDC468;
}
</style>