Shades of Tacao #EDA575
Tints of Tacao #EDA575
RGB
CMYK
RGB Variations
Color information
#EDA575 (or 0xEDA575) is known color: Tacao. HEX triplet: ED, A5 and 75. RGB value is (237,165,117). Sum of RGB (Red+Green+Blue) = 237+165+117=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA575 is #125A8A. Grayscale: #B5B5B5. Windows color (decimal): -1202827 or 7710189. OLE color: 7710189.
HSL color Cylindrical-coordinate representation of color #EDA575: hue angle of 24º 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 #EDA575 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 117 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 24º | 0.77% | 0.69% | - |
| HSV(B) | 24º | 0.51% | 0.93% | - |
| XYZ | 51.59 | 46.2 | 23.03 | - |
| YUV | 181.06 | 91.85 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 117 | 0 | 0.30 | 0.51 | 0.07 | 24 | 0.77 | 0.69 |
| Hex | ED | A5 | 75 | 0 | 1E | 33 | 7 | 18 | 4D | 45 |
| Octal | 355 | 245 | 165 | 0 | 36 | 63 | 7 | 30 | 115 | 105 |
| Binary | 11101101 | 10100101 | 1110101 | 0 | 11110 | 110011 | 111 | 11000 | 1001101 | 1000101 |
Color Harmonies of #EDA575
Complementary color
Monochromatic Colors of #EDA575
Black with #EDA575
Text Example
Text Example
White with #EDA575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA575; }
p { color: rgb(237,165,117); }
H1.HeaderClassName
{
color: #EDA575;
}
.AnyTagClassName
{
color: #EDA575;
}
</style>
background-color css
<style>
a { background-color: #EDA575; }
a { background-color: rgb(237,165,117); }
div.DivClassName
{
background-color: #EDA575;
}
.BgClassName
{
background-color: #EDA575;
}
</style>
border-color css
<style>
span { border-color: #EDA575; }
span { border-color: rgb(237,165,117); }
td.TdClassName
{
border-color: #EDA575;
}
.TagClassName
{
border-color: #EDA575;
}
</style>