Shades of New Tan #EDC092
Tints of New Tan #EDC092
RGB
CMYK
RGB Variations
Color information
#EDC092 (or 0xEDC092) is known color: New Tan. HEX triplet: ED, C0 and 92. RGB value is (237,192,146). Sum of RGB (Red+Green+Blue) = 237+192+146=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC092 is #123F6D. Grayscale: #C8C8C8. Windows color (decimal): -1195886 or 9617645. OLE color: 9617645.
HSL color Cylindrical-coordinate representation of color #EDC092: hue angle of 30.33º 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 #EDC092 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 146 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.07 |
| HSL | 30.33º | 0.72% | 0.75% | - |
| HSV(B) | 30.33º | 0.38% | 0.93% | - |
| XYZ | 58.96 | 57.78 | 35.24 | - |
| YUV | 200.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 146 | 0 | 0.19 | 0.38 | 0.07 | 30.33 | 0.72 | 0.75 |
| Hex | ED | C0 | 92 | 0 | 13 | 26 | 7 | 1E | 48 | 4B |
| Octal | 355 | 300 | 222 | 0 | 23 | 46 | 7 | 36 | 110 | 113 |
| Binary | 11101101 | 11000000 | 10010010 | 0 | 10011 | 100110 | 111 | 11110 | 1001000 | 1001011 |
Color Harmonies of #EDC092
Complementary color
Monochromatic Colors of #EDC092
Black with #EDC092
Text Example
Text Example
White with #EDC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC092; }
p { color: rgb(237,192,146); }
H1.HeaderClassName
{
color: #EDC092;
}
.AnyTagClassName
{
color: #EDC092;
}
</style>
background-color css
<style>
a { background-color: #EDC092; }
a { background-color: rgb(237,192,146); }
div.DivClassName
{
background-color: #EDC092;
}
.BgClassName
{
background-color: #EDC092;
}
</style>
border-color css
<style>
span { border-color: #EDC092; }
span { border-color: rgb(237,192,146); }
td.TdClassName
{
border-color: #EDC092;
}
.TagClassName
{
border-color: #EDC092;
}
</style>