Shades of Tacao #EDAD7C
Tints of Tacao #EDAD7C
RGB
CMYK
RGB Variations
Color information
#EDAD7C (or 0xEDAD7C) is known color: Tacao. HEX triplet: ED, AD and 7C. RGB value is (237,173,124). Sum of RGB (Red+Green+Blue) = 237+173+124=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD7C is #125283. Grayscale: #BABABA. Windows color (decimal): -1200772 or 8170989. OLE color: 8170989.
HSL color Cylindrical-coordinate representation of color #EDAD7C: hue angle of 26.02º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDAD7C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 124 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.07 |
| HSL | 26.02º | 0.76% | 0.71% | - |
| HSV(B) | 26.02º | 0.48% | 0.93% | - |
| XYZ | 53.51 | 49.35 | 25.77 | - |
| YUV | 186.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 124 | 0 | 0.27 | 0.48 | 0.07 | 26.02 | 0.76 | 0.71 |
| Hex | ED | AD | 7C | 0 | 1B | 30 | 7 | 1A | 4C | 47 |
| Octal | 355 | 255 | 174 | 0 | 33 | 60 | 7 | 32 | 114 | 107 |
| Binary | 11101101 | 10101101 | 1111100 | 0 | 11011 | 110000 | 111 | 11010 | 1001100 | 1000111 |
Color Harmonies of #EDAD7C
Complementary color
Monochromatic Colors of #EDAD7C
Black with #EDAD7C
Text Example
Text Example
White with #EDAD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD7C; }
p { color: rgb(237,173,124); }
H1.HeaderClassName
{
color: #EDAD7C;
}
.AnyTagClassName
{
color: #EDAD7C;
}
</style>
background-color css
<style>
a { background-color: #EDAD7C; }
a { background-color: rgb(237,173,124); }
div.DivClassName
{
background-color: #EDAD7C;
}
.BgClassName
{
background-color: #EDAD7C;
}
</style>
border-color css
<style>
span { border-color: #EDAD7C; }
span { border-color: rgb(237,173,124); }
td.TdClassName
{
border-color: #EDAD7C;
}
.TagClassName
{
border-color: #EDAD7C;
}
</style>