Shades of Tacao #EDA475
Tints of Tacao #EDA475
RGB
CMYK
RGB Variations
Color information
#EDA475 (or 0xEDA475) is known color: Tacao. HEX triplet: ED, A4 and 75. RGB value is (237,164,117). Sum of RGB (Red+Green+Blue) = 237+164+117=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA475 is #125B8A. Grayscale: #B4B4B4. Windows color (decimal): -1203083 or 7709933. OLE color: 7709933.
HSL color Cylindrical-coordinate representation of color #EDA475: hue angle of 23.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDA475 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 117 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.07 |
| HSL | 23.5º | 0.77% | 0.69% | - |
| HSV(B) | 23.5º | 0.51% | 0.93% | - |
| XYZ | 51.41 | 45.84 | 22.97 | - |
| YUV | 180.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 117 | 0 | 0.31 | 0.51 | 0.07 | 23.5 | 0.77 | 0.69 |
| Hex | ED | A4 | 75 | 0 | 1F | 33 | 7 | 18 | 4D | 45 |
| Octal | 355 | 244 | 165 | 0 | 37 | 63 | 7 | 30 | 115 | 105 |
| Binary | 11101101 | 10100100 | 1110101 | 0 | 11111 | 110011 | 111 | 11000 | 1001101 | 1000101 |
Color Harmonies of #EDA475
Complementary color
Monochromatic Colors of #EDA475
Black with #EDA475
Text Example
Text Example
White with #EDA475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA475; }
p { color: rgb(237,164,117); }
H1.HeaderClassName
{
color: #EDA475;
}
.AnyTagClassName
{
color: #EDA475;
}
</style>
background-color css
<style>
a { background-color: #EDA475; }
a { background-color: rgb(237,164,117); }
div.DivClassName
{
background-color: #EDA475;
}
.BgClassName
{
background-color: #EDA475;
}
</style>
border-color css
<style>
span { border-color: #EDA475; }
span { border-color: rgb(237,164,117); }
td.TdClassName
{
border-color: #EDA475;
}
.TagClassName
{
border-color: #EDA475;
}
</style>