Shades of Tacao #EDA67E
Tints of Tacao #EDA67E
RGB
CMYK
RGB Variations
Color information
#EDA67E (or 0xEDA67E) is known color: Tacao. HEX triplet: ED, A6 and 7E. RGB value is (237,166,126). Sum of RGB (Red+Green+Blue) = 237+166+126=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA67E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA67E is #125981. Grayscale: #B6B6B6. Windows color (decimal): -1202562 or 8300269. OLE color: 8300269.
HSL color Cylindrical-coordinate representation of color #EDA67E: hue angle of 21.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDA67E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 126 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 21.62º | 0.76% | 0.71% | - |
| HSV(B) | 21.62º | 0.47% | 0.93% | - |
| XYZ | 52.33 | 46.78 | 26.01 | - |
| YUV | 182.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 126 | 0 | 0.30 | 0.47 | 0.07 | 21.62 | 0.76 | 0.71 |
| Hex | ED | A6 | 7E | 0 | 1E | 2F | 7 | 16 | 4C | 47 |
| Octal | 355 | 246 | 176 | 0 | 36 | 57 | 7 | 26 | 114 | 107 |
| Binary | 11101101 | 10100110 | 1111110 | 0 | 11110 | 101111 | 111 | 10110 | 1001100 | 1000111 |
Color Harmonies of #EDA67E
Complementary color
Monochromatic Colors of #EDA67E
Black with #EDA67E
Text Example
Text Example
White with #EDA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA67E; }
p { color: rgb(237,166,126); }
H1.HeaderClassName
{
color: #EDA67E;
}
.AnyTagClassName
{
color: #EDA67E;
}
</style>
background-color css
<style>
a { background-color: #EDA67E; }
a { background-color: rgb(237,166,126); }
div.DivClassName
{
background-color: #EDA67E;
}
.BgClassName
{
background-color: #EDA67E;
}
</style>
border-color css
<style>
span { border-color: #EDA67E; }
span { border-color: rgb(237,166,126); }
td.TdClassName
{
border-color: #EDA67E;
}
.TagClassName
{
border-color: #EDA67E;
}
</style>