Shades of Tacao #EDA878
Tints of Tacao #EDA878
RGB
CMYK
RGB Variations
Color information
#EDA878 (or 0xEDA878) is known color: Tacao. HEX triplet: ED, A8 and 78. RGB value is (237,168,120). Sum of RGB (Red+Green+Blue) = 237+168+120=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA878 is #125787. Grayscale: #B7B7B7. Windows color (decimal): -1202056 or 7907565. OLE color: 7907565.
HSL color Cylindrical-coordinate representation of color #EDA878: hue angle of 24.62º 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 #EDA878 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 120 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.07 |
| HSL | 24.62º | 0.76% | 0.7% | - |
| HSV(B) | 24.62º | 0.49% | 0.93% | - |
| XYZ | 52.32 | 47.37 | 24.15 | - |
| YUV | 183.16 | 92.36 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 120 | 0 | 0.29 | 0.49 | 0.07 | 24.62 | 0.76 | 0.7 |
| Hex | ED | A8 | 78 | 0 | 1D | 31 | 7 | 19 | 4C | 46 |
| Octal | 355 | 250 | 170 | 0 | 35 | 61 | 7 | 31 | 114 | 106 |
| Binary | 11101101 | 10101000 | 1111000 | 0 | 11101 | 110001 | 111 | 11001 | 1001100 | 1000110 |
Color Harmonies of #EDA878
Complementary color
Monochromatic Colors of #EDA878
Black with #EDA878
Text Example
Text Example
White with #EDA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA878; }
p { color: rgb(237,168,120); }
H1.HeaderClassName
{
color: #EDA878;
}
.AnyTagClassName
{
color: #EDA878;
}
</style>
background-color css
<style>
a { background-color: #EDA878; }
a { background-color: rgb(237,168,120); }
div.DivClassName
{
background-color: #EDA878;
}
.BgClassName
{
background-color: #EDA878;
}
</style>
border-color css
<style>
span { border-color: #EDA878; }
span { border-color: rgb(237,168,120); }
td.TdClassName
{
border-color: #EDA878;
}
.TagClassName
{
border-color: #EDA878;
}
</style>