Shades of Tacao #EDA273
Tints of Tacao #EDA273
RGB
CMYK
RGB Variations
Color information
#EDA273 (or 0xEDA273) is known color: Tacao. HEX triplet: ED, A2 and 73. RGB value is (237,162,115). Sum of RGB (Red+Green+Blue) = 237+162+115=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA273 is #125D8C. Grayscale: #B3B3B3. Windows color (decimal): -1203597 or 7578349. OLE color: 7578349.
HSL color Cylindrical-coordinate representation of color #EDA273: hue angle of 23.11º 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 #EDA273 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 23.11º | 0.77% | 0.69% | - |
| HSV(B) | 23.11º | 0.51% | 0.93% | - |
| XYZ | 50.94 | 45.08 | 22.24 | - |
| YUV | 179.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 115 | 0 | 0.32 | 0.51 | 0.07 | 23.11 | 0.77 | 0.69 |
| Hex | ED | A2 | 73 | 0 | 20 | 33 | 7 | 17 | 4D | 45 |
| Octal | 355 | 242 | 163 | 0 | 40 | 63 | 7 | 27 | 115 | 105 |
| Binary | 11101101 | 10100010 | 1110011 | 0 | 100000 | 110011 | 111 | 10111 | 1001101 | 1000101 |
Color Harmonies of #EDA273
Complementary color
Monochromatic Colors of #EDA273
Black with #EDA273
Text Example
Text Example
White with #EDA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA273; }
p { color: rgb(237,162,115); }
H1.HeaderClassName
{
color: #EDA273;
}
.AnyTagClassName
{
color: #EDA273;
}
</style>
background-color css
<style>
a { background-color: #EDA273; }
a { background-color: rgb(237,162,115); }
div.DivClassName
{
background-color: #EDA273;
}
.BgClassName
{
background-color: #EDA273;
}
</style>
border-color css
<style>
span { border-color: #EDA273; }
span { border-color: rgb(237,162,115); }
td.TdClassName
{
border-color: #EDA273;
}
.TagClassName
{
border-color: #EDA273;
}
</style>