Shades of Tacao #EDA276
Tints of Tacao #EDA276
RGB
CMYK
RGB Variations
Color information
#EDA276 (or 0xEDA276) is known color: Tacao. HEX triplet: ED, A2 and 76. RGB value is (237,162,118). Sum of RGB (Red+Green+Blue) = 237+162+118=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA276 is #125D89. Grayscale: #B3B3B3. Windows color (decimal): -1203594 or 7774957. OLE color: 7774957.
HSL color Cylindrical-coordinate representation of color #EDA276: hue angle of 22.18º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA276 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 118 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.07 |
| HSL | 22.18º | 0.77% | 0.7% | - |
| HSV(B) | 22.18º | 0.5% | 0.93% | - |
| XYZ | 51.12 | 45.15 | 23.16 | - |
| YUV | 179.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 118 | 0 | 0.32 | 0.50 | 0.07 | 22.18 | 0.77 | 0.7 |
| Hex | ED | A2 | 76 | 0 | 20 | 32 | 7 | 16 | 4D | 46 |
| Octal | 355 | 242 | 166 | 0 | 40 | 62 | 7 | 26 | 115 | 106 |
| Binary | 11101101 | 10100010 | 1110110 | 0 | 100000 | 110010 | 111 | 10110 | 1001101 | 1000110 |
Color Harmonies of #EDA276
Complementary color
Monochromatic Colors of #EDA276
Black with #EDA276
Text Example
Text Example
White with #EDA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA276; }
p { color: rgb(237,162,118); }
H1.HeaderClassName
{
color: #EDA276;
}
.AnyTagClassName
{
color: #EDA276;
}
</style>
background-color css
<style>
a { background-color: #EDA276; }
a { background-color: rgb(237,162,118); }
div.DivClassName
{
background-color: #EDA276;
}
.BgClassName
{
background-color: #EDA276;
}
</style>
border-color css
<style>
span { border-color: #EDA276; }
span { border-color: rgb(237,162,118); }
td.TdClassName
{
border-color: #EDA276;
}
.TagClassName
{
border-color: #EDA276;
}
</style>