Shades of Tacao #EDA46F
Tints of Tacao #EDA46F
RGB
CMYK
RGB Variations
Color information
#EDA46F (or 0xEDA46F) is known color: Tacao. HEX triplet: ED, A4 and 6F. RGB value is (237,164,111). Sum of RGB (Red+Green+Blue) = 237+164+111=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA46F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA46F is #125B90. Grayscale: #B4B4B4. Windows color (decimal): -1203089 or 7316717. OLE color: 7316717.
HSL color Cylindrical-coordinate representation of color #EDA46F: hue angle of 25.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA46F is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 111 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.07 |
| HSL | 25.24º | 0.78% | 0.68% | - |
| HSV(B) | 25.24º | 0.53% | 0.93% | - |
| XYZ | 51.07 | 45.7 | 21.17 | - |
| YUV | 179.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 111 | 0 | 0.31 | 0.53 | 0.07 | 25.24 | 0.78 | 0.68 |
| Hex | ED | A4 | 6F | 0 | 1F | 35 | 7 | 19 | 4E | 44 |
| Octal | 355 | 244 | 157 | 0 | 37 | 65 | 7 | 31 | 116 | 104 |
| Binary | 11101101 | 10100100 | 1101111 | 0 | 11111 | 110101 | 111 | 11001 | 1001110 | 1000100 |
Color Harmonies of #EDA46F
Complementary color
Monochromatic Colors of #EDA46F
Black with #EDA46F
Text Example
Text Example
White with #EDA46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA46F; }
p { color: rgb(237,164,111); }
H1.HeaderClassName
{
color: #EDA46F;
}
.AnyTagClassName
{
color: #EDA46F;
}
</style>
background-color css
<style>
a { background-color: #EDA46F; }
a { background-color: rgb(237,164,111); }
div.DivClassName
{
background-color: #EDA46F;
}
.BgClassName
{
background-color: #EDA46F;
}
</style>
border-color css
<style>
span { border-color: #EDA46F; }
span { border-color: rgb(237,164,111); }
td.TdClassName
{
border-color: #EDA46F;
}
.TagClassName
{
border-color: #EDA46F;
}
</style>