Shades of Tacao #EDA970
Tints of Tacao #EDA970
RGB
CMYK
RGB Variations
Color information
#EDA970 (or 0xEDA970) is known color: Tacao. HEX triplet: ED, A9 and 70. RGB value is (237,169,112). Sum of RGB (Red+Green+Blue) = 237+169+112=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA970 is #12568F. Grayscale: #B7B7B7. Windows color (decimal): -1201808 or 7383533. OLE color: 7383533.
HSL color Cylindrical-coordinate representation of color #EDA970: hue angle of 27.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA970 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 112 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.07 |
| HSL | 27.36º | 0.78% | 0.68% | - |
| HSV(B) | 27.36º | 0.53% | 0.93% | - |
| XYZ | 52.04 | 47.55 | 21.76 | - |
| YUV | 182.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 112 | 0 | 0.29 | 0.53 | 0.07 | 27.36 | 0.78 | 0.68 |
| Hex | ED | A9 | 70 | 0 | 1D | 35 | 7 | 1B | 4E | 44 |
| Octal | 355 | 251 | 160 | 0 | 35 | 65 | 7 | 33 | 116 | 104 |
| Binary | 11101101 | 10101001 | 1110000 | 0 | 11101 | 110101 | 111 | 11011 | 1001110 | 1000100 |
Color Harmonies of #EDA970
Complementary color
Monochromatic Colors of #EDA970
Black with #EDA970
Text Example
Text Example
White with #EDA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA970; }
p { color: rgb(237,169,112); }
H1.HeaderClassName
{
color: #EDA970;
}
.AnyTagClassName
{
color: #EDA970;
}
</style>
background-color css
<style>
a { background-color: #EDA970; }
a { background-color: rgb(237,169,112); }
div.DivClassName
{
background-color: #EDA970;
}
.BgClassName
{
background-color: #EDA970;
}
</style>
border-color css
<style>
span { border-color: #EDA970; }
span { border-color: rgb(237,169,112); }
td.TdClassName
{
border-color: #EDA970;
}
.TagClassName
{
border-color: #EDA970;
}
</style>