Shades of New Tan #EDC590
Tints of New Tan #EDC590
RGB
CMYK
RGB Variations
Color information
#EDC590 (or 0xEDC590) is known color: New Tan. HEX triplet: ED, C5 and 90. RGB value is (237,197,144). Sum of RGB (Red+Green+Blue) = 237+197+144=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC590 is #123A6F. Grayscale: #CBCBCB. Windows color (decimal): -1194608 or 9487853. OLE color: 9487853.
HSL color Cylindrical-coordinate representation of color #EDC590: hue angle of 34.19º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDC590 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 144 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.07 |
| HSL | 34.19º | 0.72% | 0.75% | - |
| HSV(B) | 34.19º | 0.39% | 0.93% | - |
| XYZ | 59.93 | 59.95 | 34.8 | - |
| YUV | 202.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 144 | 0 | 0.17 | 0.39 | 0.07 | 34.19 | 0.72 | 0.75 |
| Hex | ED | C5 | 90 | 0 | 11 | 27 | 7 | 22 | 48 | 4B |
| Octal | 355 | 305 | 220 | 0 | 21 | 47 | 7 | 42 | 110 | 113 |
| Binary | 11101101 | 11000101 | 10010000 | 0 | 10001 | 100111 | 111 | 100010 | 1001000 | 1001011 |
Color Harmonies of #EDC590
Complementary color
Monochromatic Colors of #EDC590
Black with #EDC590
Text Example
Text Example
White with #EDC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC590; }
p { color: rgb(237,197,144); }
H1.HeaderClassName
{
color: #EDC590;
}
.AnyTagClassName
{
color: #EDC590;
}
</style>
background-color css
<style>
a { background-color: #EDC590; }
a { background-color: rgb(237,197,144); }
div.DivClassName
{
background-color: #EDC590;
}
.BgClassName
{
background-color: #EDC590;
}
</style>
border-color css
<style>
span { border-color: #EDC590; }
span { border-color: rgb(237,197,144); }
td.TdClassName
{
border-color: #EDC590;
}
.TagClassName
{
border-color: #EDC590;
}
</style>