Shades of Tacao #EDB076
Tints of Tacao #EDB076
RGB
CMYK
RGB Variations
Color information
#EDB076 (or 0xEDB076) is known color: Tacao. HEX triplet: ED, B0 and 76. RGB value is (237,176,118). Sum of RGB (Red+Green+Blue) = 237+176+118=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB076 is #124F89. Grayscale: #BBBBBB. Windows color (decimal): -1200010 or 7778541. OLE color: 7778541.
HSL color Cylindrical-coordinate representation of color #EDB076: hue angle of 29.24º 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 #EDB076 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 118 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.07 |
| HSL | 29.24º | 0.77% | 0.7% | - |
| HSV(B) | 29.24º | 0.5% | 0.93% | - |
| XYZ | 53.72 | 50.36 | 24.03 | - |
| YUV | 187.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 118 | 0 | 0.26 | 0.50 | 0.07 | 29.24 | 0.77 | 0.7 |
| Hex | ED | B0 | 76 | 0 | 1A | 32 | 7 | 1D | 4D | 46 |
| Octal | 355 | 260 | 166 | 0 | 32 | 62 | 7 | 35 | 115 | 106 |
| Binary | 11101101 | 10110000 | 1110110 | 0 | 11010 | 110010 | 111 | 11101 | 1001101 | 1000110 |
Color Harmonies of #EDB076
Complementary color
Monochromatic Colors of #EDB076
Black with #EDB076
Text Example
Text Example
White with #EDB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB076; }
p { color: rgb(237,176,118); }
H1.HeaderClassName
{
color: #EDB076;
}
.AnyTagClassName
{
color: #EDB076;
}
</style>
background-color css
<style>
a { background-color: #EDB076; }
a { background-color: rgb(237,176,118); }
div.DivClassName
{
background-color: #EDB076;
}
.BgClassName
{
background-color: #EDB076;
}
</style>
border-color css
<style>
span { border-color: #EDB076; }
span { border-color: rgb(237,176,118); }
td.TdClassName
{
border-color: #EDB076;
}
.TagClassName
{
border-color: #EDB076;
}
</style>