Shades of Tacao #EDAC70
Tints of Tacao #EDAC70
RGB
CMYK
RGB Variations
Color information
#EDAC70 (or 0xEDAC70) is known color: Tacao. HEX triplet: ED, AC and 70. RGB value is (237,172,112). Sum of RGB (Red+Green+Blue) = 237+172+112=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC70 is #12538F. Grayscale: #B8B8B8. Windows color (decimal): -1201040 or 7384301. OLE color: 7384301.
HSL color Cylindrical-coordinate representation of color #EDAC70: hue angle of 28.8º 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 #EDAC70 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 112 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.07 |
| HSL | 28.8º | 0.78% | 0.68% | - |
| HSV(B) | 28.8º | 0.53% | 0.93% | - |
| XYZ | 52.6 | 48.68 | 21.95 | - |
| YUV | 184.6 | 87.03 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 112 | 0 | 0.27 | 0.53 | 0.07 | 28.8 | 0.78 | 0.68 |
| Hex | ED | AC | 70 | 0 | 1B | 35 | 7 | 1D | 4E | 44 |
| Octal | 355 | 254 | 160 | 0 | 33 | 65 | 7 | 35 | 116 | 104 |
| Binary | 11101101 | 10101100 | 1110000 | 0 | 11011 | 110101 | 111 | 11101 | 1001110 | 1000100 |
Color Harmonies of #EDAC70
Complementary color
Monochromatic Colors of #EDAC70
Black with #EDAC70
Text Example
Text Example
White with #EDAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC70; }
p { color: rgb(237,172,112); }
H1.HeaderClassName
{
color: #EDAC70;
}
.AnyTagClassName
{
color: #EDAC70;
}
</style>
background-color css
<style>
a { background-color: #EDAC70; }
a { background-color: rgb(237,172,112); }
div.DivClassName
{
background-color: #EDAC70;
}
.BgClassName
{
background-color: #EDAC70;
}
</style>
border-color css
<style>
span { border-color: #EDAC70; }
span { border-color: rgb(237,172,112); }
td.TdClassName
{
border-color: #EDAC70;
}
.TagClassName
{
border-color: #EDAC70;
}
</style>