Shades of Tacao #EDA76E
Tints of Tacao #EDA76E
RGB
CMYK
RGB Variations
Color information
#EDA76E (or 0xEDA76E) is known color: Tacao. HEX triplet: ED, A7 and 6E. RGB value is (237,167,110). Sum of RGB (Red+Green+Blue) = 237+167+110=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA76E is #125891. Grayscale: #B5B5B5. Windows color (decimal): -1202322 or 7251949. OLE color: 7251949.
HSL color Cylindrical-coordinate representation of color #EDA76E: hue angle of 26.93º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA76E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 110 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.07 |
| HSL | 26.93º | 0.78% | 0.68% | - |
| HSV(B) | 26.93º | 0.54% | 0.93% | - |
| XYZ | 51.56 | 46.77 | 21.06 | - |
| YUV | 181.43 | 87.69 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 110 | 0 | 0.30 | 0.54 | 0.07 | 26.93 | 0.78 | 0.68 |
| Hex | ED | A7 | 6E | 0 | 1E | 36 | 7 | 1B | 4E | 44 |
| Octal | 355 | 247 | 156 | 0 | 36 | 66 | 7 | 33 | 116 | 104 |
| Binary | 11101101 | 10100111 | 1101110 | 0 | 11110 | 110110 | 111 | 11011 | 1001110 | 1000100 |
Color Harmonies of #EDA76E
Complementary color
Monochromatic Colors of #EDA76E
Black with #EDA76E
Text Example
Text Example
White with #EDA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA76E; }
p { color: rgb(237,167,110); }
H1.HeaderClassName
{
color: #EDA76E;
}
.AnyTagClassName
{
color: #EDA76E;
}
</style>
background-color css
<style>
a { background-color: #EDA76E; }
a { background-color: rgb(237,167,110); }
div.DivClassName
{
background-color: #EDA76E;
}
.BgClassName
{
background-color: #EDA76E;
}
</style>
border-color css
<style>
span { border-color: #EDA76E; }
span { border-color: rgb(237,167,110); }
td.TdClassName
{
border-color: #EDA76E;
}
.TagClassName
{
border-color: #EDA76E;
}
</style>