Shades of Golden Sand #EDC972
Tints of Golden Sand #EDC972
RGB
CMYK
RGB Variations
Color information
#EDC972 (or 0xEDC972) is known color: Golden Sand. HEX triplet: ED, C9 and 72. RGB value is (237,201,114). Sum of RGB (Red+Green+Blue) = 237+201+114=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC972 is #12368D. Grayscale: #CACACA. Windows color (decimal): -1193614 or 7522797. OLE color: 7522797.
HSL color Cylindrical-coordinate representation of color #EDC972: hue angle of 42.44º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDC972 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 114 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.07 |
| HSL | 42.44º | 0.77% | 0.69% | - |
| HSV(B) | 42.44º | 0.52% | 0.93% | - |
| XYZ | 58.85 | 60.99 | 24.59 | - |
| YUV | 201.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 114 | 0 | 0.15 | 0.52 | 0.07 | 42.44 | 0.77 | 0.69 |
| Hex | ED | C9 | 72 | 0 | F | 34 | 7 | 2A | 4D | 45 |
| Octal | 355 | 311 | 162 | 0 | 17 | 64 | 7 | 52 | 115 | 105 |
| Binary | 11101101 | 11001001 | 1110010 | 0 | 1111 | 110100 | 111 | 101010 | 1001101 | 1000101 |
Color Harmonies of #EDC972
Complementary color
Monochromatic Colors of #EDC972
Black with #EDC972
Text Example
Text Example
White with #EDC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC972; }
p { color: rgb(237,201,114); }
H1.HeaderClassName
{
color: #EDC972;
}
.AnyTagClassName
{
color: #EDC972;
}
</style>
background-color css
<style>
a { background-color: #EDC972; }
a { background-color: rgb(237,201,114); }
div.DivClassName
{
background-color: #EDC972;
}
.BgClassName
{
background-color: #EDC972;
}
</style>
border-color css
<style>
span { border-color: #EDC972; }
span { border-color: rgb(237,201,114); }
td.TdClassName
{
border-color: #EDC972;
}
.TagClassName
{
border-color: #EDC972;
}
</style>