Shades of New Tan #EDC69C
Tints of New Tan #EDC69C
RGB
CMYK
RGB Variations
Color information
#EDC69C (or 0xEDC69C) is known color: New Tan. HEX triplet: ED, C6 and 9C. RGB value is (237,198,156). Sum of RGB (Red+Green+Blue) = 237+198+156=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC69C is #123963. Grayscale: #CDCDCD. Windows color (decimal): -1194340 or 10274541. OLE color: 10274541.
HSL color Cylindrical-coordinate representation of color #EDC69C: hue angle of 31.11º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDC69C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 156 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.07 |
| HSL | 31.11º | 0.69% | 0.77% | - |
| HSV(B) | 31.11º | 0.34% | 0.93% | - |
| XYZ | 61.12 | 60.79 | 39.97 | - |
| YUV | 204.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 156 | 0 | 0.16 | 0.34 | 0.07 | 31.11 | 0.69 | 0.77 |
| Hex | ED | C6 | 9C | 0 | 10 | 22 | 7 | 1F | 45 | 4D |
| Octal | 355 | 306 | 234 | 0 | 20 | 42 | 7 | 37 | 105 | 115 |
| Binary | 11101101 | 11000110 | 10011100 | 0 | 10000 | 100010 | 111 | 11111 | 1000101 | 1001101 |
Color Harmonies of #EDC69C
Complementary color
Monochromatic Colors of #EDC69C
Black with #EDC69C
Text Example
Text Example
White with #EDC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC69C; }
p { color: rgb(237,198,156); }
H1.HeaderClassName
{
color: #EDC69C;
}
.AnyTagClassName
{
color: #EDC69C;
}
</style>
background-color css
<style>
a { background-color: #EDC69C; }
a { background-color: rgb(237,198,156); }
div.DivClassName
{
background-color: #EDC69C;
}
.BgClassName
{
background-color: #EDC69C;
}
</style>
border-color css
<style>
span { border-color: #EDC69C; }
span { border-color: rgb(237,198,156); }
td.TdClassName
{
border-color: #EDC69C;
}
.TagClassName
{
border-color: #EDC69C;
}
</style>