Shades of New Tan #EDC492
Tints of New Tan #EDC492
RGB
CMYK
RGB Variations
Color information
#EDC492 (or 0xEDC492) is known color: New Tan. HEX triplet: ED, C4 and 92. RGB value is (237,196,146). Sum of RGB (Red+Green+Blue) = 237+196+146=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC492 is #123B6D. Grayscale: #CACACA. Windows color (decimal): -1194862 or 9618669. OLE color: 9618669.
HSL color Cylindrical-coordinate representation of color #EDC492: hue angle of 32.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDC492 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 146 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.07 |
| HSL | 32.97º | 0.72% | 0.75% | - |
| HSV(B) | 32.97º | 0.38% | 0.93% | - |
| XYZ | 59.85 | 59.56 | 35.54 | - |
| YUV | 202.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 146 | 0 | 0.17 | 0.38 | 0.07 | 32.97 | 0.72 | 0.75 |
| Hex | ED | C4 | 92 | 0 | 11 | 26 | 7 | 21 | 48 | 4B |
| Octal | 355 | 304 | 222 | 0 | 21 | 46 | 7 | 41 | 110 | 113 |
| Binary | 11101101 | 11000100 | 10010010 | 0 | 10001 | 100110 | 111 | 100001 | 1001000 | 1001011 |
Color Harmonies of #EDC492
Complementary color
Monochromatic Colors of #EDC492
Black with #EDC492
Text Example
Text Example
White with #EDC492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC492; }
p { color: rgb(237,196,146); }
H1.HeaderClassName
{
color: #EDC492;
}
.AnyTagClassName
{
color: #EDC492;
}
</style>
background-color css
<style>
a { background-color: #EDC492; }
a { background-color: rgb(237,196,146); }
div.DivClassName
{
background-color: #EDC492;
}
.BgClassName
{
background-color: #EDC492;
}
</style>
border-color css
<style>
span { border-color: #EDC492; }
span { border-color: rgb(237,196,146); }
td.TdClassName
{
border-color: #EDC492;
}
.TagClassName
{
border-color: #EDC492;
}
</style>