Shades of New Tan #EDC294
Tints of New Tan #EDC294
RGB
CMYK
RGB Variations
Color information
#EDC294 (or 0xEDC294) is known color: New Tan. HEX triplet: ED, C2 and 94. RGB value is (237,194,148). Sum of RGB (Red+Green+Blue) = 237+194+148=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC294 is #123D6B. Grayscale: #C9C9C9. Windows color (decimal): -1195372 or 9749229. OLE color: 9749229.
HSL color Cylindrical-coordinate representation of color #EDC294: hue angle of 31.01º degrees, saturation: 0.71, 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 #EDC294 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 148 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.07 |
| HSL | 31.01º | 0.71% | 0.75% | - |
| HSV(B) | 31.01º | 0.38% | 0.93% | - |
| XYZ | 59.56 | 58.73 | 36.21 | - |
| YUV | 201.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 148 | 0 | 0.18 | 0.38 | 0.07 | 31.01 | 0.71 | 0.75 |
| Hex | ED | C2 | 94 | 0 | 12 | 26 | 7 | 1F | 47 | 4B |
| Octal | 355 | 302 | 224 | 0 | 22 | 46 | 7 | 37 | 107 | 113 |
| Binary | 11101101 | 11000010 | 10010100 | 0 | 10010 | 100110 | 111 | 11111 | 1000111 | 1001011 |
Color Harmonies of #EDC294
Complementary color
Monochromatic Colors of #EDC294
Black with #EDC294
Text Example
Text Example
White with #EDC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC294; }
p { color: rgb(237,194,148); }
H1.HeaderClassName
{
color: #EDC294;
}
.AnyTagClassName
{
color: #EDC294;
}
</style>
background-color css
<style>
a { background-color: #EDC294; }
a { background-color: rgb(237,194,148); }
div.DivClassName
{
background-color: #EDC294;
}
.BgClassName
{
background-color: #EDC294;
}
</style>
border-color css
<style>
span { border-color: #EDC294; }
span { border-color: rgb(237,194,148); }
td.TdClassName
{
border-color: #EDC294;
}
.TagClassName
{
border-color: #EDC294;
}
</style>