Shades of Golden Sand #EDC461
Tints of Golden Sand #EDC461
RGB
CMYK
RGB Variations
Color information
#EDC461 (or 0xEDC461) is known color: Golden Sand. HEX triplet: ED, C4 and 61. RGB value is (237,196,97). Sum of RGB (Red+Green+Blue) = 237+196+97=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC461 is #123B9E. Grayscale: #C5C5C5. Windows color (decimal): -1194911 or 6407405. OLE color: 6407405.
HSL color Cylindrical-coordinate representation of color #EDC461: hue angle of 42.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC461 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 97 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.07 |
| HSL | 42.43º | 0.8% | 0.65% | - |
| HSV(B) | 42.43º | 0.59% | 0.93% | - |
| XYZ | 56.82 | 58.35 | 19.58 | - |
| YUV | 196.97 | 71.58 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 97 | 0 | 0.17 | 0.59 | 0.07 | 42.43 | 0.8 | 0.65 |
| Hex | ED | C4 | 61 | 0 | 11 | 3B | 7 | 2A | 50 | 41 |
| Octal | 355 | 304 | 141 | 0 | 21 | 73 | 7 | 52 | 120 | 101 |
| Binary | 11101101 | 11000100 | 1100001 | 0 | 10001 | 111011 | 111 | 101010 | 1010000 | 1000001 |
Color Harmonies of #EDC461
Complementary color
Monochromatic Colors of #EDC461
Black with #EDC461
Text Example
Text Example
White with #EDC461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC461; }
p { color: rgb(237,196,97); }
H1.HeaderClassName
{
color: #EDC461;
}
.AnyTagClassName
{
color: #EDC461;
}
</style>
background-color css
<style>
a { background-color: #EDC461; }
a { background-color: rgb(237,196,97); }
div.DivClassName
{
background-color: #EDC461;
}
.BgClassName
{
background-color: #EDC461;
}
</style>
border-color css
<style>
span { border-color: #EDC461; }
span { border-color: rgb(237,196,97); }
td.TdClassName
{
border-color: #EDC461;
}
.TagClassName
{
border-color: #EDC461;
}
</style>