Shades of Tacao #EDA671
Tints of Tacao #EDA671
RGB
CMYK
RGB Variations
Color information
#EDA671 (or 0xEDA671) is known color: Tacao. HEX triplet: ED, A6 and 71. RGB value is (237,166,113). Sum of RGB (Red+Green+Blue) = 237+166+113=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA671 is #12598E. Grayscale: #B5B5B5. Windows color (decimal): -1202575 or 7448301. OLE color: 7448301.
HSL color Cylindrical-coordinate representation of color #EDA671: hue angle of 25.65º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA671 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 113 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.07 |
| HSL | 25.65º | 0.78% | 0.69% | - |
| HSV(B) | 25.65º | 0.52% | 0.93% | - |
| XYZ | 51.54 | 46.47 | 21.88 | - |
| YUV | 181.19 | 89.52 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 113 | 0 | 0.30 | 0.52 | 0.07 | 25.65 | 0.78 | 0.69 |
| Hex | ED | A6 | 71 | 0 | 1E | 34 | 7 | 1A | 4E | 45 |
| Octal | 355 | 246 | 161 | 0 | 36 | 64 | 7 | 32 | 116 | 105 |
| Binary | 11101101 | 10100110 | 1110001 | 0 | 11110 | 110100 | 111 | 11010 | 1001110 | 1000101 |
Color Harmonies of #EDA671
Complementary color
Monochromatic Colors of #EDA671
Black with #EDA671
Text Example
Text Example
White with #EDA671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA671; }
p { color: rgb(237,166,113); }
H1.HeaderClassName
{
color: #EDA671;
}
.AnyTagClassName
{
color: #EDA671;
}
</style>
background-color css
<style>
a { background-color: #EDA671; }
a { background-color: rgb(237,166,113); }
div.DivClassName
{
background-color: #EDA671;
}
.BgClassName
{
background-color: #EDA671;
}
</style>
border-color css
<style>
span { border-color: #EDA671; }
span { border-color: rgb(237,166,113); }
td.TdClassName
{
border-color: #EDA671;
}
.TagClassName
{
border-color: #EDA671;
}
</style>