Shades of Tacao #EDA87E
Tints of Tacao #EDA87E
RGB
CMYK
RGB Variations
Color information
#EDA87E (or 0xEDA87E) is known color: Tacao. HEX triplet: ED, A8 and 7E. RGB value is (237,168,126). Sum of RGB (Red+Green+Blue) = 237+168+126=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA87E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA87E is #125781. Grayscale: #B8B8B8. Windows color (decimal): -1202050 or 8300781. OLE color: 8300781.
HSL color Cylindrical-coordinate representation of color #EDA87E: hue angle of 22.7º 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 #EDA87E is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 126 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.07 |
| HSL | 22.7º | 0.76% | 0.71% | - |
| HSV(B) | 22.7º | 0.47% | 0.93% | - |
| XYZ | 52.69 | 47.52 | 26.13 | - |
| YUV | 183.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 126 | 0 | 0.29 | 0.47 | 0.07 | 22.7 | 0.76 | 0.71 |
| Hex | ED | A8 | 7E | 0 | 1D | 2F | 7 | 17 | 4C | 47 |
| Octal | 355 | 250 | 176 | 0 | 35 | 57 | 7 | 27 | 114 | 107 |
| Binary | 11101101 | 10101000 | 1111110 | 0 | 11101 | 101111 | 111 | 10111 | 1001100 | 1000111 |
Color Harmonies of #EDA87E
Complementary color
Monochromatic Colors of #EDA87E
Black with #EDA87E
Text Example
Text Example
White with #EDA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA87E; }
p { color: rgb(237,168,126); }
H1.HeaderClassName
{
color: #EDA87E;
}
.AnyTagClassName
{
color: #EDA87E;
}
</style>
background-color css
<style>
a { background-color: #EDA87E; }
a { background-color: rgb(237,168,126); }
div.DivClassName
{
background-color: #EDA87E;
}
.BgClassName
{
background-color: #EDA87E;
}
</style>
border-color css
<style>
span { border-color: #EDA87E; }
span { border-color: rgb(237,168,126); }
td.TdClassName
{
border-color: #EDA87E;
}
.TagClassName
{
border-color: #EDA87E;
}
</style>