Shades of Tacao #EDA672
Tints of Tacao #EDA672
RGB
CMYK
RGB Variations
Color information
#EDA672 (or 0xEDA672) is known color: Tacao. HEX triplet: ED, A6 and 72. RGB value is (237,166,114). Sum of RGB (Red+Green+Blue) = 237+166+114=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA672 is #12598D. Grayscale: #B5B5B5. Windows color (decimal): -1202574 or 7513837. OLE color: 7513837.
HSL color Cylindrical-coordinate representation of color #EDA672: hue angle of 25.37º 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 #EDA672 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 114 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.07 |
| HSL | 25.37º | 0.77% | 0.69% | - |
| HSV(B) | 25.37º | 0.52% | 0.93% | - |
| XYZ | 51.6 | 46.49 | 22.17 | - |
| YUV | 181.3 | 90.02 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 114 | 0 | 0.30 | 0.52 | 0.07 | 25.37 | 0.77 | 0.69 |
| Hex | ED | A6 | 72 | 0 | 1E | 34 | 7 | 19 | 4D | 45 |
| Octal | 355 | 246 | 162 | 0 | 36 | 64 | 7 | 31 | 115 | 105 |
| Binary | 11101101 | 10100110 | 1110010 | 0 | 11110 | 110100 | 111 | 11001 | 1001101 | 1000101 |
Color Harmonies of #EDA672
Complementary color
Monochromatic Colors of #EDA672
Black with #EDA672
Text Example
Text Example
White with #EDA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA672; }
p { color: rgb(237,166,114); }
H1.HeaderClassName
{
color: #EDA672;
}
.AnyTagClassName
{
color: #EDA672;
}
</style>
background-color css
<style>
a { background-color: #EDA672; }
a { background-color: rgb(237,166,114); }
div.DivClassName
{
background-color: #EDA672;
}
.BgClassName
{
background-color: #EDA672;
}
</style>
border-color css
<style>
span { border-color: #EDA672; }
span { border-color: rgb(237,166,114); }
td.TdClassName
{
border-color: #EDA672;
}
.TagClassName
{
border-color: #EDA672;
}
</style>