Shades of Tacao #EDA47B
Tints of Tacao #EDA47B
RGB
CMYK
RGB Variations
Color information
#EDA47B (or 0xEDA47B) is known color: Tacao. HEX triplet: ED, A4 and 7B. RGB value is (237,164,123). Sum of RGB (Red+Green+Blue) = 237+164+123=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA47B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA47B is #125B84. Grayscale: #B5B5B5. Windows color (decimal): -1203077 or 8103149. OLE color: 8103149.
HSL color Cylindrical-coordinate representation of color #EDA47B: hue angle of 21.58º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA47B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 123 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.07 |
| HSL | 21.58º | 0.76% | 0.71% | - |
| HSV(B) | 21.58º | 0.48% | 0.93% | - |
| XYZ | 51.78 | 45.99 | 24.89 | - |
| YUV | 181.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 123 | 0 | 0.31 | 0.48 | 0.07 | 21.58 | 0.76 | 0.71 |
| Hex | ED | A4 | 7B | 0 | 1F | 30 | 7 | 16 | 4C | 47 |
| Octal | 355 | 244 | 173 | 0 | 37 | 60 | 7 | 26 | 114 | 107 |
| Binary | 11101101 | 10100100 | 1111011 | 0 | 11111 | 110000 | 111 | 10110 | 1001100 | 1000111 |
Color Harmonies of #EDA47B
Complementary color
Monochromatic Colors of #EDA47B
Black with #EDA47B
Text Example
Text Example
White with #EDA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA47B; }
p { color: rgb(237,164,123); }
H1.HeaderClassName
{
color: #EDA47B;
}
.AnyTagClassName
{
color: #EDA47B;
}
</style>
background-color css
<style>
a { background-color: #EDA47B; }
a { background-color: rgb(237,164,123); }
div.DivClassName
{
background-color: #EDA47B;
}
.BgClassName
{
background-color: #EDA47B;
}
</style>
border-color css
<style>
span { border-color: #EDA47B; }
span { border-color: rgb(237,164,123); }
td.TdClassName
{
border-color: #EDA47B;
}
.TagClassName
{
border-color: #EDA47B;
}
</style>