Shades of Tacao #EDA96D
Tints of Tacao #EDA96D
RGB
CMYK
RGB Variations
Color information
#EDA96D (or 0xEDA96D) is known color: Tacao. HEX triplet: ED, A9 and 6D. RGB value is (237,169,109). Sum of RGB (Red+Green+Blue) = 237+169+109=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96D is #125692. Grayscale: #B6B6B6. Windows color (decimal): -1201811 or 7186925. OLE color: 7186925.
HSL color Cylindrical-coordinate representation of color #EDA96D: hue angle of 28.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDA96D is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 109 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.07 |
| HSL | 28.13º | 0.78% | 0.68% | - |
| HSV(B) | 28.13º | 0.54% | 0.93% | - |
| XYZ | 51.87 | 47.48 | 20.9 | - |
| YUV | 182.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 109 | 0 | 0.29 | 0.54 | 0.07 | 28.13 | 0.78 | 0.68 |
| Hex | ED | A9 | 6D | 0 | 1D | 36 | 7 | 1C | 4E | 44 |
| Octal | 355 | 251 | 155 | 0 | 35 | 66 | 7 | 34 | 116 | 104 |
| Binary | 11101101 | 10101001 | 1101101 | 0 | 11101 | 110110 | 111 | 11100 | 1001110 | 1000100 |
Color Harmonies of #EDA96D
Complementary color
Monochromatic Colors of #EDA96D
Black with #EDA96D
Text Example
Text Example
White with #EDA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA96D; }
p { color: rgb(237,169,109); }
H1.HeaderClassName
{
color: #EDA96D;
}
.AnyTagClassName
{
color: #EDA96D;
}
</style>
background-color css
<style>
a { background-color: #EDA96D; }
a { background-color: rgb(237,169,109); }
div.DivClassName
{
background-color: #EDA96D;
}
.BgClassName
{
background-color: #EDA96D;
}
</style>
border-color css
<style>
span { border-color: #EDA96D; }
span { border-color: rgb(237,169,109); }
td.TdClassName
{
border-color: #EDA96D;
}
.TagClassName
{
border-color: #EDA96D;
}
</style>