Shades of Tacao #EDA570
Tints of Tacao #EDA570
RGB
CMYK
RGB Variations
Color information
#EDA570 (or 0xEDA570) is known color: Tacao. HEX triplet: ED, A5 and 70. RGB value is (237,165,112). Sum of RGB (Red+Green+Blue) = 237+165+112=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA570 is #125A8F. Grayscale: #B4B4B4. Windows color (decimal): -1202832 or 7382509. OLE color: 7382509.
HSL color Cylindrical-coordinate representation of color #EDA570: hue angle of 25.44º 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 #EDA570 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 112 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.07 |
| HSL | 25.44º | 0.78% | 0.68% | - |
| HSV(B) | 25.44º | 0.53% | 0.93% | - |
| XYZ | 51.3 | 46.08 | 21.52 | - |
| YUV | 180.49 | 89.35 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 112 | 0 | 0.30 | 0.53 | 0.07 | 25.44 | 0.78 | 0.68 |
| Hex | ED | A5 | 70 | 0 | 1E | 35 | 7 | 19 | 4E | 44 |
| Octal | 355 | 245 | 160 | 0 | 36 | 65 | 7 | 31 | 116 | 104 |
| Binary | 11101101 | 10100101 | 1110000 | 0 | 11110 | 110101 | 111 | 11001 | 1001110 | 1000100 |
Color Harmonies of #EDA570
Complementary color
Monochromatic Colors of #EDA570
Black with #EDA570
Text Example
Text Example
White with #EDA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA570; }
p { color: rgb(237,165,112); }
H1.HeaderClassName
{
color: #EDA570;
}
.AnyTagClassName
{
color: #EDA570;
}
</style>
background-color css
<style>
a { background-color: #EDA570; }
a { background-color: rgb(237,165,112); }
div.DivClassName
{
background-color: #EDA570;
}
.BgClassName
{
background-color: #EDA570;
}
</style>
border-color css
<style>
span { border-color: #EDA570; }
span { border-color: rgb(237,165,112); }
td.TdClassName
{
border-color: #EDA570;
}
.TagClassName
{
border-color: #EDA570;
}
</style>