Shades of Tacao #EDA87F
Tints of Tacao #EDA87F
RGB
CMYK
RGB Variations
Color information
#EDA87F (or 0xEDA87F) is known color: Tacao. HEX triplet: ED, A8 and 7F. RGB value is (237,168,127). Sum of RGB (Red+Green+Blue) = 237+168+127=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87F is #125780. Grayscale: #B8B8B8. Windows color (decimal): -1202049 or 8366317. OLE color: 8366317.
HSL color Cylindrical-coordinate representation of color #EDA87F: hue angle of 22.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA87F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 127 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.07 |
| HSL | 22.36º | 0.75% | 0.71% | - |
| HSV(B) | 22.36º | 0.46% | 0.93% | - |
| XYZ | 52.76 | 47.54 | 26.47 | - |
| YUV | 183.96 | 95.86 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 127 | 0 | 0.29 | 0.46 | 0.07 | 22.36 | 0.75 | 0.71 |
| Hex | ED | A8 | 7F | 0 | 1D | 2E | 7 | 16 | 4B | 47 |
| Octal | 355 | 250 | 177 | 0 | 35 | 56 | 7 | 26 | 113 | 107 |
| Binary | 11101101 | 10101000 | 1111111 | 0 | 11101 | 101110 | 111 | 10110 | 1001011 | 1000111 |
Color Harmonies of #EDA87F
Complementary color
Monochromatic Colors of #EDA87F
Black with #EDA87F
Text Example
Text Example
White with #EDA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA87F; }
p { color: rgb(237,168,127); }
H1.HeaderClassName
{
color: #EDA87F;
}
.AnyTagClassName
{
color: #EDA87F;
}
</style>
background-color css
<style>
a { background-color: #EDA87F; }
a { background-color: rgb(237,168,127); }
div.DivClassName
{
background-color: #EDA87F;
}
.BgClassName
{
background-color: #EDA87F;
}
</style>
border-color css
<style>
span { border-color: #EDA87F; }
span { border-color: rgb(237,168,127); }
td.TdClassName
{
border-color: #EDA87F;
}
.TagClassName
{
border-color: #EDA87F;
}
</style>