Shades of New Tan #EDC392
Tints of New Tan #EDC392
RGB
CMYK
RGB Variations
Color information
#EDC392 (or 0xEDC392) is known color: New Tan. HEX triplet: ED, C3 and 92. RGB value is (237,195,146). Sum of RGB (Red+Green+Blue) = 237+195+146=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC392 is #123C6D. Grayscale: #CACACA. Windows color (decimal): -1195118 or 9618413. OLE color: 9618413.
HSL color Cylindrical-coordinate representation of color #EDC392: hue angle of 32.31º 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 #EDC392 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 146 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.07 |
| HSL | 32.31º | 0.72% | 0.75% | - |
| HSV(B) | 32.31º | 0.38% | 0.93% | - |
| XYZ | 59.63 | 59.11 | 35.46 | - |
| YUV | 201.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 146 | 0 | 0.18 | 0.38 | 0.07 | 32.31 | 0.72 | 0.75 |
| Hex | ED | C3 | 92 | 0 | 12 | 26 | 7 | 20 | 48 | 4B |
| Octal | 355 | 303 | 222 | 0 | 22 | 46 | 7 | 40 | 110 | 113 |
| Binary | 11101101 | 11000011 | 10010010 | 0 | 10010 | 100110 | 111 | 100000 | 1001000 | 1001011 |
Color Harmonies of #EDC392
Complementary color
Monochromatic Colors of #EDC392
Black with #EDC392
Text Example
Text Example
White with #EDC392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC392; }
p { color: rgb(237,195,146); }
H1.HeaderClassName
{
color: #EDC392;
}
.AnyTagClassName
{
color: #EDC392;
}
</style>
background-color css
<style>
a { background-color: #EDC392; }
a { background-color: rgb(237,195,146); }
div.DivClassName
{
background-color: #EDC392;
}
.BgClassName
{
background-color: #EDC392;
}
</style>
border-color css
<style>
span { border-color: #EDC392; }
span { border-color: rgb(237,195,146); }
td.TdClassName
{
border-color: #EDC392;
}
.TagClassName
{
border-color: #EDC392;
}
</style>