Shades of Tacao #EDA77E
Tints of Tacao #EDA77E
RGB
CMYK
RGB Variations
Color information
#EDA77E (or 0xEDA77E) is known color: Tacao. HEX triplet: ED, A7 and 7E. RGB value is (237,167,126). Sum of RGB (Red+Green+Blue) = 237+167+126=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA77E is #125881. Grayscale: #B7B7B7. Windows color (decimal): -1202306 or 8300525. OLE color: 8300525.
HSL color Cylindrical-coordinate representation of color #EDA77E: hue angle of 22.16º 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 #EDA77E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 126 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 22.16º | 0.76% | 0.71% | - |
| HSV(B) | 22.16º | 0.47% | 0.93% | - |
| XYZ | 52.51 | 47.15 | 26.07 | - |
| YUV | 183.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 126 | 0 | 0.30 | 0.47 | 0.07 | 22.16 | 0.76 | 0.71 |
| Hex | ED | A7 | 7E | 0 | 1E | 2F | 7 | 16 | 4C | 47 |
| Octal | 355 | 247 | 176 | 0 | 36 | 57 | 7 | 26 | 114 | 107 |
| Binary | 11101101 | 10100111 | 1111110 | 0 | 11110 | 101111 | 111 | 10110 | 1001100 | 1000111 |
Color Harmonies of #EDA77E
Complementary color
Monochromatic Colors of #EDA77E
Black with #EDA77E
Text Example
Text Example
White with #EDA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA77E; }
p { color: rgb(237,167,126); }
H1.HeaderClassName
{
color: #EDA77E;
}
.AnyTagClassName
{
color: #EDA77E;
}
</style>
background-color css
<style>
a { background-color: #EDA77E; }
a { background-color: rgb(237,167,126); }
div.DivClassName
{
background-color: #EDA77E;
}
.BgClassName
{
background-color: #EDA77E;
}
</style>
border-color css
<style>
span { border-color: #EDA77E; }
span { border-color: rgb(237,167,126); }
td.TdClassName
{
border-color: #EDA77E;
}
.TagClassName
{
border-color: #EDA77E;
}
</style>