Shades of Tacao #EDA775
Tints of Tacao #EDA775
RGB
CMYK
RGB Variations
Color information
#EDA775 (or 0xEDA775) is known color: Tacao. HEX triplet: ED, A7 and 75. RGB value is (237,167,117). Sum of RGB (Red+Green+Blue) = 237+167+117=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA775 is #12588A. Grayscale: #B6B6B6. Windows color (decimal): -1202315 or 7710701. OLE color: 7710701.
HSL color Cylindrical-coordinate representation of color #EDA775: hue angle of 25º 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 #EDA775 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 117 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25º | 0.77% | 0.69% | - |
| HSV(B) | 25º | 0.51% | 0.93% | - |
| XYZ | 51.95 | 46.93 | 23.15 | - |
| YUV | 182.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 117 | 0 | 0.30 | 0.51 | 0.07 | 25 | 0.77 | 0.69 |
| Hex | ED | A7 | 75 | 0 | 1E | 33 | 7 | 19 | 4D | 45 |
| Octal | 355 | 247 | 165 | 0 | 36 | 63 | 7 | 31 | 115 | 105 |
| Binary | 11101101 | 10100111 | 1110101 | 0 | 11110 | 110011 | 111 | 11001 | 1001101 | 1000101 |
Color Harmonies of #EDA775
Complementary color
Monochromatic Colors of #EDA775
Black with #EDA775
Text Example
Text Example
White with #EDA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA775; }
p { color: rgb(237,167,117); }
H1.HeaderClassName
{
color: #EDA775;
}
.AnyTagClassName
{
color: #EDA775;
}
</style>
background-color css
<style>
a { background-color: #EDA775; }
a { background-color: rgb(237,167,117); }
div.DivClassName
{
background-color: #EDA775;
}
.BgClassName
{
background-color: #EDA775;
}
</style>
border-color css
<style>
span { border-color: #EDA775; }
span { border-color: rgb(237,167,117); }
td.TdClassName
{
border-color: #EDA775;
}
.TagClassName
{
border-color: #EDA775;
}
</style>