Shades of New Tan #EDC49B
Tints of New Tan #EDC49B
RGB
CMYK
RGB Variations
Color information
#EDC49B (or 0xEDC49B) is known color: New Tan. HEX triplet: ED, C4 and 9B. RGB value is (237,196,155). Sum of RGB (Red+Green+Blue) = 237+196+155=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC49B is #123B64. Grayscale: #CBCBCB. Windows color (decimal): -1194853 or 10208493. OLE color: 10208493.
HSL color Cylindrical-coordinate representation of color #EDC49B: hue angle of 30º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC49B is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 155 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.07 |
| HSL | 30º | 0.69% | 0.77% | - |
| HSV(B) | 30º | 0.35% | 0.93% | - |
| XYZ | 60.58 | 59.85 | 39.37 | - |
| YUV | 203.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 155 | 0 | 0.17 | 0.35 | 0.07 | 30 | 0.69 | 0.77 |
| Hex | ED | C4 | 9B | 0 | 11 | 23 | 7 | 1E | 45 | 4D |
| Octal | 355 | 304 | 233 | 0 | 21 | 43 | 7 | 36 | 105 | 115 |
| Binary | 11101101 | 11000100 | 10011011 | 0 | 10001 | 100011 | 111 | 11110 | 1000101 | 1001101 |
Color Harmonies of #EDC49B
Complementary color
Monochromatic Colors of #EDC49B
Black with #EDC49B
Text Example
Text Example
White with #EDC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC49B; }
p { color: rgb(237,196,155); }
H1.HeaderClassName
{
color: #EDC49B;
}
.AnyTagClassName
{
color: #EDC49B;
}
</style>
background-color css
<style>
a { background-color: #EDC49B; }
a { background-color: rgb(237,196,155); }
div.DivClassName
{
background-color: #EDC49B;
}
.BgClassName
{
background-color: #EDC49B;
}
</style>
border-color css
<style>
span { border-color: #EDC49B; }
span { border-color: rgb(237,196,155); }
td.TdClassName
{
border-color: #EDC49B;
}
.TagClassName
{
border-color: #EDC49B;
}
</style>