Shades of Tacao #EDA47A
Tints of Tacao #EDA47A
RGB
CMYK
RGB Variations
Color information
#EDA47A (or 0xEDA47A) is known color: Tacao. HEX triplet: ED, A4 and 7A. RGB value is (237,164,122). Sum of RGB (Red+Green+Blue) = 237+164+122=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47A is #125B85. Grayscale: #B5B5B5. Windows color (decimal): -1203078 or 8037613. OLE color: 8037613.
HSL color Cylindrical-coordinate representation of color #EDA47A: hue angle of 21.91º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDA47A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 122 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.07 |
| HSL | 21.91º | 0.76% | 0.7% | - |
| HSV(B) | 21.91º | 0.49% | 0.93% | - |
| XYZ | 51.71 | 45.96 | 24.56 | - |
| YUV | 181.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 122 | 0 | 0.31 | 0.49 | 0.07 | 21.91 | 0.76 | 0.7 |
| Hex | ED | A4 | 7A | 0 | 1F | 31 | 7 | 16 | 4C | 46 |
| Octal | 355 | 244 | 172 | 0 | 37 | 61 | 7 | 26 | 114 | 106 |
| Binary | 11101101 | 10100100 | 1111010 | 0 | 11111 | 110001 | 111 | 10110 | 1001100 | 1000110 |
Color Harmonies of #EDA47A
Complementary color
Monochromatic Colors of #EDA47A
Black with #EDA47A
Text Example
Text Example
White with #EDA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA47A; }
p { color: rgb(237,164,122); }
H1.HeaderClassName
{
color: #EDA47A;
}
.AnyTagClassName
{
color: #EDA47A;
}
</style>
background-color css
<style>
a { background-color: #EDA47A; }
a { background-color: rgb(237,164,122); }
div.DivClassName
{
background-color: #EDA47A;
}
.BgClassName
{
background-color: #EDA47A;
}
</style>
border-color css
<style>
span { border-color: #EDA47A; }
span { border-color: rgb(237,164,122); }
td.TdClassName
{
border-color: #EDA47A;
}
.TagClassName
{
border-color: #EDA47A;
}
</style>