Shades of Tacao #EAA878
Tints of Tacao #EAA878
RGB
CMYK
RGB Variations
Color information
#EAA878 (or 0xEAA878) is known color: Tacao. HEX triplet: EA, A8 and 78. RGB value is (234,168,120). Sum of RGB (Red+Green+Blue) = 234+168+120=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA878 is #155787. Grayscale: #B6B6B6. Windows color (decimal): -1398664 or 7907562. OLE color: 7907562.
HSL color Cylindrical-coordinate representation of color #EAA878: hue angle of 25.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAA878 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 120 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.08 |
| HSL | 25.26º | 0.73% | 0.69% | - |
| HSV(B) | 25.26º | 0.49% | 0.92% | - |
| XYZ | 51.32 | 46.85 | 24.11 | - |
| YUV | 182.26 | 92.87 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 120 | 0 | 0.28 | 0.49 | 0.08 | 25.26 | 0.73 | 0.69 |
| Hex | EA | A8 | 78 | 0 | 1C | 31 | 8 | 19 | 49 | 45 |
| Octal | 352 | 250 | 170 | 0 | 34 | 61 | 10 | 31 | 111 | 105 |
| Binary | 11101010 | 10101000 | 1111000 | 0 | 11100 | 110001 | 1000 | 11001 | 1001001 | 1000101 |
Color Harmonies of #EAA878
Complementary color
Monochromatic Colors of #EAA878
Black with #EAA878
Text Example
Text Example
White with #EAA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA878; }
p { color: rgb(234,168,120); }
H1.HeaderClassName
{
color: #EAA878;
}
.AnyTagClassName
{
color: #EAA878;
}
</style>
background-color css
<style>
a { background-color: #EAA878; }
a { background-color: rgb(234,168,120); }
div.DivClassName
{
background-color: #EAA878;
}
.BgClassName
{
background-color: #EAA878;
}
</style>
border-color css
<style>
span { border-color: #EAA878; }
span { border-color: rgb(234,168,120); }
td.TdClassName
{
border-color: #EAA878;
}
.TagClassName
{
border-color: #EAA878;
}
</style>