Shades of Tacao #EDA881
Tints of Tacao #EDA881
RGB
CMYK
RGB Variations
Color information
#EDA881 (or 0xEDA881) is known color: Tacao. HEX triplet: ED, A8 and 81. RGB value is (237,168,129). Sum of RGB (Red+Green+Blue) = 237+168+129=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA881 is #12577E. Grayscale: #B8B8B8. Windows color (decimal): -1202047 or 8497389. OLE color: 8497389.
HSL color Cylindrical-coordinate representation of color #EDA881: hue angle of 21.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA881 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 129 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.07 |
| HSL | 21.67º | 0.75% | 0.72% | - |
| HSV(B) | 21.67º | 0.46% | 0.93% | - |
| XYZ | 52.89 | 47.59 | 27.17 | - |
| YUV | 184.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 129 | 0 | 0.29 | 0.46 | 0.07 | 21.67 | 0.75 | 0.72 |
| Hex | ED | A8 | 81 | 0 | 1D | 2E | 7 | 16 | 4B | 48 |
| Octal | 355 | 250 | 201 | 0 | 35 | 56 | 7 | 26 | 113 | 110 |
| Binary | 11101101 | 10101000 | 10000001 | 0 | 11101 | 101110 | 111 | 10110 | 1001011 | 1001000 |
Color Harmonies of #EDA881
Complementary color
Monochromatic Colors of #EDA881
Black with #EDA881
Text Example
Text Example
White with #EDA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA881; }
p { color: rgb(237,168,129); }
H1.HeaderClassName
{
color: #EDA881;
}
.AnyTagClassName
{
color: #EDA881;
}
</style>
background-color css
<style>
a { background-color: #EDA881; }
a { background-color: rgb(237,168,129); }
div.DivClassName
{
background-color: #EDA881;
}
.BgClassName
{
background-color: #EDA881;
}
</style>
border-color css
<style>
span { border-color: #EDA881; }
span { border-color: rgb(237,168,129); }
td.TdClassName
{
border-color: #EDA881;
}
.TagClassName
{
border-color: #EDA881;
}
</style>