Shades of Tacao #EDA776
Tints of Tacao #EDA776
RGB
CMYK
RGB Variations
Color information
#EDA776 (or 0xEDA776) is known color: Tacao. HEX triplet: ED, A7 and 76. RGB value is (237,167,118). Sum of RGB (Red+Green+Blue) = 237+167+118=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA776 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA776 is #125889. Grayscale: #B6B6B6. Windows color (decimal): -1202314 or 7776237. OLE color: 7776237.
HSL color Cylindrical-coordinate representation of color #EDA776: hue angle of 24.71º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA776 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 118 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.07 |
| HSL | 24.71º | 0.77% | 0.7% | - |
| HSV(B) | 24.71º | 0.5% | 0.93% | - |
| XYZ | 52.01 | 46.95 | 23.46 | - |
| YUV | 182.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 118 | 0 | 0.30 | 0.50 | 0.07 | 24.71 | 0.77 | 0.7 |
| Hex | ED | A7 | 76 | 0 | 1E | 32 | 7 | 19 | 4D | 46 |
| Octal | 355 | 247 | 166 | 0 | 36 | 62 | 7 | 31 | 115 | 106 |
| Binary | 11101101 | 10100111 | 1110110 | 0 | 11110 | 110010 | 111 | 11001 | 1001101 | 1000110 |
Color Harmonies of #EDA776
Complementary color
Monochromatic Colors of #EDA776
Black with #EDA776
Text Example
Text Example
White with #EDA776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA776; }
p { color: rgb(237,167,118); }
H1.HeaderClassName
{
color: #EDA776;
}
.AnyTagClassName
{
color: #EDA776;
}
</style>
background-color css
<style>
a { background-color: #EDA776; }
a { background-color: rgb(237,167,118); }
div.DivClassName
{
background-color: #EDA776;
}
.BgClassName
{
background-color: #EDA776;
}
</style>
border-color css
<style>
span { border-color: #EDA776; }
span { border-color: rgb(237,167,118); }
td.TdClassName
{
border-color: #EDA776;
}
.TagClassName
{
border-color: #EDA776;
}
</style>