Shades of Golden Sand #EDC470
Tints of Golden Sand #EDC470
RGB
CMYK
RGB Variations
Color information
#EDC470 (or 0xEDC470) is known color: Golden Sand. HEX triplet: ED, C4 and 70. RGB value is (237,196,112). Sum of RGB (Red+Green+Blue) = 237+196+112=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC470 is #123B8F. Grayscale: #C7C7C7. Windows color (decimal): -1194896 or 7390445. OLE color: 7390445.
HSL color Cylindrical-coordinate representation of color #EDC470: hue angle of 40.32º 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 #EDC470 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 112 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.07 |
| HSL | 40.32º | 0.78% | 0.68% | - |
| HSV(B) | 40.32º | 0.53% | 0.93% | - |
| XYZ | 57.59 | 58.65 | 23.62 | - |
| YUV | 198.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 112 | 0 | 0.17 | 0.53 | 0.07 | 40.32 | 0.78 | 0.68 |
| Hex | ED | C4 | 70 | 0 | 11 | 35 | 7 | 28 | 4E | 44 |
| Octal | 355 | 304 | 160 | 0 | 21 | 65 | 7 | 50 | 116 | 104 |
| Binary | 11101101 | 11000100 | 1110000 | 0 | 10001 | 110101 | 111 | 101000 | 1001110 | 1000100 |
Color Harmonies of #EDC470
Complementary color
Monochromatic Colors of #EDC470
Black with #EDC470
Text Example
Text Example
White with #EDC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC470; }
p { color: rgb(237,196,112); }
H1.HeaderClassName
{
color: #EDC470;
}
.AnyTagClassName
{
color: #EDC470;
}
</style>
background-color css
<style>
a { background-color: #EDC470; }
a { background-color: rgb(237,196,112); }
div.DivClassName
{
background-color: #EDC470;
}
.BgClassName
{
background-color: #EDC470;
}
</style>
border-color css
<style>
span { border-color: #EDC470; }
span { border-color: rgb(237,196,112); }
td.TdClassName
{
border-color: #EDC470;
}
.TagClassName
{
border-color: #EDC470;
}
</style>