Shades of New Tan #EDC69A
Tints of New Tan #EDC69A
RGB
CMYK
RGB Variations
Color information
#EDC69A (or 0xEDC69A) is known color: New Tan. HEX triplet: ED, C6 and 9A. RGB value is (237,198,154). Sum of RGB (Red+Green+Blue) = 237+198+154=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC69A is #123965. Grayscale: #CCCCCC. Windows color (decimal): -1194342 or 10143469. OLE color: 10143469.
HSL color Cylindrical-coordinate representation of color #EDC69A: hue angle of 31.81º degrees, saturation: 0.7, 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 #EDC69A is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 154 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.07 |
| HSL | 31.81º | 0.7% | 0.77% | - |
| HSV(B) | 31.81º | 0.35% | 0.93% | - |
| XYZ | 60.95 | 60.73 | 39.08 | - |
| YUV | 204.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 154 | 0 | 0.16 | 0.35 | 0.07 | 31.81 | 0.7 | 0.77 |
| Hex | ED | C6 | 9A | 0 | 10 | 23 | 7 | 20 | 46 | 4D |
| Octal | 355 | 306 | 232 | 0 | 20 | 43 | 7 | 40 | 106 | 115 |
| Binary | 11101101 | 11000110 | 10011010 | 0 | 10000 | 100011 | 111 | 100000 | 1000110 | 1001101 |
Color Harmonies of #EDC69A
Complementary color
Monochromatic Colors of #EDC69A
Black with #EDC69A
Text Example
Text Example
White with #EDC69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC69A; }
p { color: rgb(237,198,154); }
H1.HeaderClassName
{
color: #EDC69A;
}
.AnyTagClassName
{
color: #EDC69A;
}
</style>
background-color css
<style>
a { background-color: #EDC69A; }
a { background-color: rgb(237,198,154); }
div.DivClassName
{
background-color: #EDC69A;
}
.BgClassName
{
background-color: #EDC69A;
}
</style>
border-color css
<style>
span { border-color: #EDC69A; }
span { border-color: rgb(237,198,154); }
td.TdClassName
{
border-color: #EDC69A;
}
.TagClassName
{
border-color: #EDC69A;
}
</style>