Shades of Tacao #EDA47D
Tints of Tacao #EDA47D
RGB
CMYK
RGB Variations
Color information
#EDA47D (or 0xEDA47D) is known color: Tacao. HEX triplet: ED, A4 and 7D. RGB value is (237,164,125). Sum of RGB (Red+Green+Blue) = 237+164+125=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47D is #125B82. Grayscale: #B5B5B5. Windows color (decimal): -1203075 or 8234221. OLE color: 8234221.
HSL color Cylindrical-coordinate representation of color #EDA47D: hue angle of 20.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDA47D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 125 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.07 |
| HSL | 20.89º | 0.76% | 0.71% | - |
| HSV(B) | 20.89º | 0.47% | 0.93% | - |
| XYZ | 51.9 | 46.04 | 25.55 | - |
| YUV | 181.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 125 | 0 | 0.31 | 0.47 | 0.07 | 20.89 | 0.76 | 0.71 |
| Hex | ED | A4 | 7D | 0 | 1F | 2F | 7 | 15 | 4C | 47 |
| Octal | 355 | 244 | 175 | 0 | 37 | 57 | 7 | 25 | 114 | 107 |
| Binary | 11101101 | 10100100 | 1111101 | 0 | 11111 | 101111 | 111 | 10101 | 1001100 | 1000111 |
Color Harmonies of #EDA47D
Complementary color
Monochromatic Colors of #EDA47D
Black with #EDA47D
Text Example
Text Example
White with #EDA47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA47D; }
p { color: rgb(237,164,125); }
H1.HeaderClassName
{
color: #EDA47D;
}
.AnyTagClassName
{
color: #EDA47D;
}
</style>
background-color css
<style>
a { background-color: #EDA47D; }
a { background-color: rgb(237,164,125); }
div.DivClassName
{
background-color: #EDA47D;
}
.BgClassName
{
background-color: #EDA47D;
}
</style>
border-color css
<style>
span { border-color: #EDA47D; }
span { border-color: rgb(237,164,125); }
td.TdClassName
{
border-color: #EDA47D;
}
.TagClassName
{
border-color: #EDA47D;
}
</style>