Shades of Tacao #EDA773
Tints of Tacao #EDA773
RGB
CMYK
RGB Variations
Color information
#EDA773 (or 0xEDA773) is known color: Tacao. HEX triplet: ED, A7 and 73. RGB value is (237,167,115). Sum of RGB (Red+Green+Blue) = 237+167+115=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA773 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA773 is #12588C. Grayscale: #B6B6B6. Windows color (decimal): -1202317 or 7579629. OLE color: 7579629.
HSL color Cylindrical-coordinate representation of color #EDA773: hue angle of 25.57º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDA773 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 115 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25.57º | 0.77% | 0.69% | - |
| HSV(B) | 25.57º | 0.51% | 0.93% | - |
| XYZ | 51.84 | 46.88 | 22.54 | - |
| YUV | 182 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 115 | 0 | 0.30 | 0.51 | 0.07 | 25.57 | 0.77 | 0.69 |
| Hex | ED | A7 | 73 | 0 | 1E | 33 | 7 | 1A | 4D | 45 |
| Octal | 355 | 247 | 163 | 0 | 36 | 63 | 7 | 32 | 115 | 105 |
| Binary | 11101101 | 10100111 | 1110011 | 0 | 11110 | 110011 | 111 | 11010 | 1001101 | 1000101 |
Color Harmonies of #EDA773
Complementary color
Monochromatic Colors of #EDA773
Black with #EDA773
Text Example
Text Example
White with #EDA773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA773; }
p { color: rgb(237,167,115); }
H1.HeaderClassName
{
color: #EDA773;
}
.AnyTagClassName
{
color: #EDA773;
}
</style>
background-color css
<style>
a { background-color: #EDA773; }
a { background-color: rgb(237,167,115); }
div.DivClassName
{
background-color: #EDA773;
}
.BgClassName
{
background-color: #EDA773;
}
</style>
border-color css
<style>
span { border-color: #EDA773; }
span { border-color: rgb(237,167,115); }
td.TdClassName
{
border-color: #EDA773;
}
.TagClassName
{
border-color: #EDA773;
}
</style>