Shades of New Tan #EDC398
Tints of New Tan #EDC398
RGB
CMYK
RGB Variations
Color information
#EDC398 (or 0xEDC398) is known color: New Tan. HEX triplet: ED, C3 and 98. RGB value is (237,195,152). Sum of RGB (Red+Green+Blue) = 237+195+152=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC398 is #123C67. Grayscale: #CACACA. Windows color (decimal): -1195112 or 10011629. OLE color: 10011629.
HSL color Cylindrical-coordinate representation of color #EDC398: hue angle of 30.35º 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 #EDC398 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 152 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.07 |
| HSL | 30.35º | 0.7% | 0.76% | - |
| HSV(B) | 30.35º | 0.36% | 0.93% | - |
| XYZ | 60.11 | 59.3 | 37.98 | - |
| YUV | 202.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 152 | 0 | 0.18 | 0.36 | 0.07 | 30.35 | 0.7 | 0.76 |
| Hex | ED | C3 | 98 | 0 | 12 | 24 | 7 | 1E | 46 | 4C |
| Octal | 355 | 303 | 230 | 0 | 22 | 44 | 7 | 36 | 106 | 114 |
| Binary | 11101101 | 11000011 | 10011000 | 0 | 10010 | 100100 | 111 | 11110 | 1000110 | 1001100 |
Color Harmonies of #EDC398
Complementary color
Monochromatic Colors of #EDC398
Black with #EDC398
Text Example
Text Example
White with #EDC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC398; }
p { color: rgb(237,195,152); }
H1.HeaderClassName
{
color: #EDC398;
}
.AnyTagClassName
{
color: #EDC398;
}
</style>
background-color css
<style>
a { background-color: #EDC398; }
a { background-color: rgb(237,195,152); }
div.DivClassName
{
background-color: #EDC398;
}
.BgClassName
{
background-color: #EDC398;
}
</style>
border-color css
<style>
span { border-color: #EDC398; }
span { border-color: rgb(237,195,152); }
td.TdClassName
{
border-color: #EDC398;
}
.TagClassName
{
border-color: #EDC398;
}
</style>