Shades of Golden Sand #EDC872
Tints of Golden Sand #EDC872
RGB
CMYK
RGB Variations
Color information
#EDC872 (or 0xEDC872) is known color: Golden Sand. HEX triplet: ED, C8 and 72. RGB value is (237,200,114). Sum of RGB (Red+Green+Blue) = 237+200+114=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC872 is #12378D. Grayscale: #C9C9C9. Windows color (decimal): -1193870 or 7522541. OLE color: 7522541.
HSL color Cylindrical-coordinate representation of color #EDC872: hue angle of 41.95º 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 #EDC872 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 114 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.07 |
| HSL | 41.95º | 0.77% | 0.69% | - |
| HSV(B) | 41.95º | 0.52% | 0.93% | - |
| XYZ | 58.62 | 60.53 | 24.51 | - |
| YUV | 201.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 114 | 0 | 0.16 | 0.52 | 0.07 | 41.95 | 0.77 | 0.69 |
| Hex | ED | C8 | 72 | 0 | 10 | 34 | 7 | 2A | 4D | 45 |
| Octal | 355 | 310 | 162 | 0 | 20 | 64 | 7 | 52 | 115 | 105 |
| Binary | 11101101 | 11001000 | 1110010 | 0 | 10000 | 110100 | 111 | 101010 | 1001101 | 1000101 |
Color Harmonies of #EDC872
Complementary color
Monochromatic Colors of #EDC872
Black with #EDC872
Text Example
Text Example
White with #EDC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC872; }
p { color: rgb(237,200,114); }
H1.HeaderClassName
{
color: #EDC872;
}
.AnyTagClassName
{
color: #EDC872;
}
</style>
background-color css
<style>
a { background-color: #EDC872; }
a { background-color: rgb(237,200,114); }
div.DivClassName
{
background-color: #EDC872;
}
.BgClassName
{
background-color: #EDC872;
}
</style>
border-color css
<style>
span { border-color: #EDC872; }
span { border-color: rgb(237,200,114); }
td.TdClassName
{
border-color: #EDC872;
}
.TagClassName
{
border-color: #EDC872;
}
</style>