Shades of New Tan #EDC299
Tints of New Tan #EDC299
RGB
CMYK
RGB Variations
Color information
#EDC299 (or 0xEDC299) is known color: New Tan. HEX triplet: ED, C2 and 99. RGB value is (237,194,153). Sum of RGB (Red+Green+Blue) = 237+194+153=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC299 is #123D66. Grayscale: #CACACA. Windows color (decimal): -1195367 or 10076909. OLE color: 10076909.
HSL color Cylindrical-coordinate representation of color #EDC299: hue angle of 29.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDC299 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 153 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.07 |
| HSL | 29.29º | 0.7% | 0.76% | - |
| HSV(B) | 29.29º | 0.35% | 0.93% | - |
| XYZ | 59.97 | 58.89 | 38.34 | - |
| YUV | 202.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 153 | 0 | 0.18 | 0.35 | 0.07 | 29.29 | 0.7 | 0.76 |
| Hex | ED | C2 | 99 | 0 | 12 | 23 | 7 | 1D | 46 | 4C |
| Octal | 355 | 302 | 231 | 0 | 22 | 43 | 7 | 35 | 106 | 114 |
| Binary | 11101101 | 11000010 | 10011001 | 0 | 10010 | 100011 | 111 | 11101 | 1000110 | 1001100 |
Color Harmonies of #EDC299
Complementary color
Monochromatic Colors of #EDC299
Black with #EDC299
Text Example
Text Example
White with #EDC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC299; }
p { color: rgb(237,194,153); }
H1.HeaderClassName
{
color: #EDC299;
}
.AnyTagClassName
{
color: #EDC299;
}
</style>
background-color css
<style>
a { background-color: #EDC299; }
a { background-color: rgb(237,194,153); }
div.DivClassName
{
background-color: #EDC299;
}
.BgClassName
{
background-color: #EDC299;
}
</style>
border-color css
<style>
span { border-color: #EDC299; }
span { border-color: rgb(237,194,153); }
td.TdClassName
{
border-color: #EDC299;
}
.TagClassName
{
border-color: #EDC299;
}
</style>