Shades of Tacao #EDA66F
Tints of Tacao #EDA66F
RGB
CMYK
RGB Variations
Color information
#EDA66F (or 0xEDA66F) is known color: Tacao. HEX triplet: ED, A6 and 6F. RGB value is (237,166,111). Sum of RGB (Red+Green+Blue) = 237+166+111=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA66F is #125990. Grayscale: #B5B5B5. Windows color (decimal): -1202577 or 7317229. OLE color: 7317229.
HSL color Cylindrical-coordinate representation of color #EDA66F: hue angle of 26.19º 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 #EDA66F is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 111 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.07 |
| HSL | 26.19º | 0.78% | 0.68% | - |
| HSV(B) | 26.19º | 0.53% | 0.93% | - |
| XYZ | 51.43 | 46.42 | 21.29 | - |
| YUV | 180.96 | 88.52 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 111 | 0 | 0.30 | 0.53 | 0.07 | 26.19 | 0.78 | 0.68 |
| Hex | ED | A6 | 6F | 0 | 1E | 35 | 7 | 1A | 4E | 44 |
| Octal | 355 | 246 | 157 | 0 | 36 | 65 | 7 | 32 | 116 | 104 |
| Binary | 11101101 | 10100110 | 1101111 | 0 | 11110 | 110101 | 111 | 11010 | 1001110 | 1000100 |
Color Harmonies of #EDA66F
Complementary color
Monochromatic Colors of #EDA66F
Black with #EDA66F
Text Example
Text Example
White with #EDA66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA66F; }
p { color: rgb(237,166,111); }
H1.HeaderClassName
{
color: #EDA66F;
}
.AnyTagClassName
{
color: #EDA66F;
}
</style>
background-color css
<style>
a { background-color: #EDA66F; }
a { background-color: rgb(237,166,111); }
div.DivClassName
{
background-color: #EDA66F;
}
.BgClassName
{
background-color: #EDA66F;
}
</style>
border-color css
<style>
span { border-color: #EDA66F; }
span { border-color: rgb(237,166,111); }
td.TdClassName
{
border-color: #EDA66F;
}
.TagClassName
{
border-color: #EDA66F;
}
</style>