Shades of New Tan #EDC098
Tints of New Tan #EDC098
RGB
CMYK
RGB Variations
Color information
#EDC098 (or 0xEDC098) is known color: New Tan. HEX triplet: ED, C0 and 98. RGB value is (237,192,152). Sum of RGB (Red+Green+Blue) = 237+192+152=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC098 is #123F67. Grayscale: #C9C9C9. Windows color (decimal): -1195880 or 10010861. OLE color: 10010861.
HSL color Cylindrical-coordinate representation of color #EDC098: hue angle of 28.24º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDC098 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 152 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.07 |
| HSL | 28.24º | 0.7% | 0.76% | - |
| HSV(B) | 28.24º | 0.36% | 0.93% | - |
| XYZ | 59.44 | 57.97 | 37.76 | - |
| YUV | 200.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 152 | 0 | 0.19 | 0.36 | 0.07 | 28.24 | 0.7 | 0.76 |
| Hex | ED | C0 | 98 | 0 | 13 | 24 | 7 | 1C | 46 | 4C |
| Octal | 355 | 300 | 230 | 0 | 23 | 44 | 7 | 34 | 106 | 114 |
| Binary | 11101101 | 11000000 | 10011000 | 0 | 10011 | 100100 | 111 | 11100 | 1000110 | 1001100 |
Color Harmonies of #EDC098
Complementary color
Monochromatic Colors of #EDC098
Black with #EDC098
Text Example
Text Example
White with #EDC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC098; }
p { color: rgb(237,192,152); }
H1.HeaderClassName
{
color: #EDC098;
}
.AnyTagClassName
{
color: #EDC098;
}
</style>
background-color css
<style>
a { background-color: #EDC098; }
a { background-color: rgb(237,192,152); }
div.DivClassName
{
background-color: #EDC098;
}
.BgClassName
{
background-color: #EDC098;
}
</style>
border-color css
<style>
span { border-color: #EDC098; }
span { border-color: rgb(237,192,152); }
td.TdClassName
{
border-color: #EDC098;
}
.TagClassName
{
border-color: #EDC098;
}
</style>