Shades of New Tan #EDC28F
Tints of New Tan #EDC28F
RGB
CMYK
RGB Variations
Color information
#EDC28F (or 0xEDC28F) is known color: New Tan. HEX triplet: ED, C2 and 8F. RGB value is (237,194,143). Sum of RGB (Red+Green+Blue) = 237+194+143=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 143 (56.25% from 255 or 24.91% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC28F is #123D70. Grayscale: #C9C9C9. Windows color (decimal): -1195377 or 9421549. OLE color: 9421549.
HSL color Cylindrical-coordinate representation of color #EDC28F: hue angle of 32.55º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC28F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 143 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.07 |
| HSL | 32.55º | 0.72% | 0.75% | - |
| HSV(B) | 32.55º | 0.4% | 0.93% | - |
| XYZ | 59.17 | 58.57 | 34.17 | - |
| YUV | 201.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 143 | 0 | 0.18 | 0.40 | 0.07 | 32.55 | 0.72 | 0.75 |
| Hex | ED | C2 | 8F | 0 | 12 | 28 | 7 | 21 | 48 | 4B |
| Octal | 355 | 302 | 217 | 0 | 22 | 50 | 7 | 41 | 110 | 113 |
| Binary | 11101101 | 11000010 | 10001111 | 0 | 10010 | 101000 | 111 | 100001 | 1001000 | 1001011 |
Color Harmonies of #EDC28F
Complementary color
Monochromatic Colors of #EDC28F
Black with #EDC28F
Text Example
Text Example
White with #EDC28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC28F; }
p { color: rgb(237,194,143); }
H1.HeaderClassName
{
color: #EDC28F;
}
.AnyTagClassName
{
color: #EDC28F;
}
</style>
background-color css
<style>
a { background-color: #EDC28F; }
a { background-color: rgb(237,194,143); }
div.DivClassName
{
background-color: #EDC28F;
}
.BgClassName
{
background-color: #EDC28F;
}
</style>
border-color css
<style>
span { border-color: #EDC28F; }
span { border-color: rgb(237,194,143); }
td.TdClassName
{
border-color: #EDC28F;
}
.TagClassName
{
border-color: #EDC28F;
}
</style>