Shades of Tacao #EDA774
Tints of Tacao #EDA774
RGB
CMYK
RGB Variations
Color information
#EDA774 (or 0xEDA774) is known color: Tacao. HEX triplet: ED, A7 and 74. RGB value is (237,167,116). Sum of RGB (Red+Green+Blue) = 237+167+116=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA774 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA774 is #12588B. Grayscale: #B6B6B6. Windows color (decimal): -1202316 or 7645165. OLE color: 7645165.
HSL color Cylindrical-coordinate representation of color #EDA774: hue angle of 25.29º 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 #EDA774 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 116 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25.29º | 0.77% | 0.69% | - |
| HSV(B) | 25.29º | 0.51% | 0.93% | - |
| XYZ | 51.9 | 46.9 | 22.84 | - |
| YUV | 182.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 116 | 0 | 0.30 | 0.51 | 0.07 | 25.29 | 0.77 | 0.69 |
| Hex | ED | A7 | 74 | 0 | 1E | 33 | 7 | 19 | 4D | 45 |
| Octal | 355 | 247 | 164 | 0 | 36 | 63 | 7 | 31 | 115 | 105 |
| Binary | 11101101 | 10100111 | 1110100 | 0 | 11110 | 110011 | 111 | 11001 | 1001101 | 1000101 |
Color Harmonies of #EDA774
Complementary color
Monochromatic Colors of #EDA774
Black with #EDA774
Text Example
Text Example
White with #EDA774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA774; }
p { color: rgb(237,167,116); }
H1.HeaderClassName
{
color: #EDA774;
}
.AnyTagClassName
{
color: #EDA774;
}
</style>
background-color css
<style>
a { background-color: #EDA774; }
a { background-color: rgb(237,167,116); }
div.DivClassName
{
background-color: #EDA774;
}
.BgClassName
{
background-color: #EDA774;
}
</style>
border-color css
<style>
span { border-color: #EDA774; }
span { border-color: rgb(237,167,116); }
td.TdClassName
{
border-color: #EDA774;
}
.TagClassName
{
border-color: #EDA774;
}
</style>