Shades of Tacao #EDA675
Tints of Tacao #EDA675
RGB
CMYK
RGB Variations
Color information
#EDA675 (or 0xEDA675) is known color: Tacao. HEX triplet: ED, A6 and 75. RGB value is (237,166,117). Sum of RGB (Red+Green+Blue) = 237+166+117=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA675 is #12598A. Grayscale: #B5B5B5. Windows color (decimal): -1202571 or 7710445. OLE color: 7710445.
HSL color Cylindrical-coordinate representation of color #EDA675: hue angle of 24.5º 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 #EDA675 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 117 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 24.5º | 0.77% | 0.69% | - |
| HSV(B) | 24.5º | 0.51% | 0.93% | - |
| XYZ | 51.77 | 46.56 | 23.09 | - |
| YUV | 181.64 | 91.52 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 117 | 0 | 0.30 | 0.51 | 0.07 | 24.5 | 0.77 | 0.69 |
| Hex | ED | A6 | 75 | 0 | 1E | 33 | 7 | 18 | 4D | 45 |
| Octal | 355 | 246 | 165 | 0 | 36 | 63 | 7 | 30 | 115 | 105 |
| Binary | 11101101 | 10100110 | 1110101 | 0 | 11110 | 110011 | 111 | 11000 | 1001101 | 1000101 |
Color Harmonies of #EDA675
Complementary color
Monochromatic Colors of #EDA675
Black with #EDA675
Text Example
Text Example
White with #EDA675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA675; }
p { color: rgb(237,166,117); }
H1.HeaderClassName
{
color: #EDA675;
}
.AnyTagClassName
{
color: #EDA675;
}
</style>
background-color css
<style>
a { background-color: #EDA675; }
a { background-color: rgb(237,166,117); }
div.DivClassName
{
background-color: #EDA675;
}
.BgClassName
{
background-color: #EDA675;
}
</style>
border-color css
<style>
span { border-color: #EDA675; }
span { border-color: rgb(237,166,117); }
td.TdClassName
{
border-color: #EDA675;
}
.TagClassName
{
border-color: #EDA675;
}
</style>