Shades of Tacao #EDA980
Tints of Tacao #EDA980
RGB
CMYK
RGB Variations
Color information
#EDA980 (or 0xEDA980) is known color: Tacao. HEX triplet: ED, A9 and 80. RGB value is (237,169,128). Sum of RGB (Red+Green+Blue) = 237+169+128=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA980 is #12567F. Grayscale: #B8B8B8. Windows color (decimal): -1201792 or 8432109. OLE color: 8432109.
HSL color Cylindrical-coordinate representation of color #EDA980: hue angle of 22.57º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA980 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 128 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.07 |
| HSL | 22.57º | 0.75% | 0.72% | - |
| HSV(B) | 22.57º | 0.46% | 0.93% | - |
| XYZ | 53.01 | 47.94 | 26.88 | - |
| YUV | 184.66 | 96.03 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 128 | 0 | 0.29 | 0.46 | 0.07 | 22.57 | 0.75 | 0.72 |
| Hex | ED | A9 | 80 | 0 | 1D | 2E | 7 | 17 | 4B | 48 |
| Octal | 355 | 251 | 200 | 0 | 35 | 56 | 7 | 27 | 113 | 110 |
| Binary | 11101101 | 10101001 | 10000000 | 0 | 11101 | 101110 | 111 | 10111 | 1001011 | 1001000 |
Color Harmonies of #EDA980
Complementary color
Monochromatic Colors of #EDA980
Black with #EDA980
Text Example
Text Example
White with #EDA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA980; }
p { color: rgb(237,169,128); }
H1.HeaderClassName
{
color: #EDA980;
}
.AnyTagClassName
{
color: #EDA980;
}
</style>
background-color css
<style>
a { background-color: #EDA980; }
a { background-color: rgb(237,169,128); }
div.DivClassName
{
background-color: #EDA980;
}
.BgClassName
{
background-color: #EDA980;
}
</style>
border-color css
<style>
span { border-color: #EDA980; }
span { border-color: rgb(237,169,128); }
td.TdClassName
{
border-color: #EDA980;
}
.TagClassName
{
border-color: #EDA980;
}
</style>