Shades of Tacao #EDA275
Tints of Tacao #EDA275
RGB
CMYK
RGB Variations
Color information
#EDA275 (or 0xEDA275) is known color: Tacao. HEX triplet: ED, A2 and 75. RGB value is (237,162,117). Sum of RGB (Red+Green+Blue) = 237+162+117=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA275 is #125D8A. Grayscale: #B3B3B3. Windows color (decimal): -1203595 or 7709421. OLE color: 7709421.
HSL color Cylindrical-coordinate representation of color #EDA275: hue angle of 22.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 #EDA275 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 117 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.5º | 0.77% | 0.69% | - |
| HSV(B) | 22.5º | 0.51% | 0.93% | - |
| XYZ | 51.06 | 45.13 | 22.85 | - |
| YUV | 179.3 | 92.85 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 117 | 0 | 0.32 | 0.51 | 0.07 | 22.5 | 0.77 | 0.69 |
| Hex | ED | A2 | 75 | 0 | 20 | 33 | 7 | 16 | 4D | 45 |
| Octal | 355 | 242 | 165 | 0 | 40 | 63 | 7 | 26 | 115 | 105 |
| Binary | 11101101 | 10100010 | 1110101 | 0 | 100000 | 110011 | 111 | 10110 | 1001101 | 1000101 |
Color Harmonies of #EDA275
Complementary color
Monochromatic Colors of #EDA275
Black with #EDA275
Text Example
Text Example
White with #EDA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA275; }
p { color: rgb(237,162,117); }
H1.HeaderClassName
{
color: #EDA275;
}
.AnyTagClassName
{
color: #EDA275;
}
</style>
background-color css
<style>
a { background-color: #EDA275; }
a { background-color: rgb(237,162,117); }
div.DivClassName
{
background-color: #EDA275;
}
.BgClassName
{
background-color: #EDA275;
}
</style>
border-color css
<style>
span { border-color: #EDA275; }
span { border-color: rgb(237,162,117); }
td.TdClassName
{
border-color: #EDA275;
}
.TagClassName
{
border-color: #EDA275;
}
</style>