Shades of Tacao #EDB276
Tints of Tacao #EDB276
RGB
CMYK
RGB Variations
Color information
#EDB276 (or 0xEDB276) is known color: Tacao. HEX triplet: ED, B2 and 76. RGB value is (237,178,118). Sum of RGB (Red+Green+Blue) = 237+178+118=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB276 is #124D89. Grayscale: #BDBDBD. Windows color (decimal): -1199498 or 7779053. OLE color: 7779053.
HSL color Cylindrical-coordinate representation of color #EDB276: hue angle of 30.25º 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 #EDB276 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 118 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.07 |
| HSL | 30.25º | 0.77% | 0.7% | - |
| HSV(B) | 30.25º | 0.5% | 0.93% | - |
| XYZ | 54.12 | 51.15 | 24.16 | - |
| YUV | 188.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 118 | 0 | 0.25 | 0.50 | 0.07 | 30.25 | 0.77 | 0.7 |
| Hex | ED | B2 | 76 | 0 | 19 | 32 | 7 | 1E | 4D | 46 |
| Octal | 355 | 262 | 166 | 0 | 31 | 62 | 7 | 36 | 115 | 106 |
| Binary | 11101101 | 10110010 | 1110110 | 0 | 11001 | 110010 | 111 | 11110 | 1001101 | 1000110 |
Color Harmonies of #EDB276
Complementary color
Monochromatic Colors of #EDB276
Black with #EDB276
Text Example
Text Example
White with #EDB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB276; }
p { color: rgb(237,178,118); }
H1.HeaderClassName
{
color: #EDB276;
}
.AnyTagClassName
{
color: #EDB276;
}
</style>
background-color css
<style>
a { background-color: #EDB276; }
a { background-color: rgb(237,178,118); }
div.DivClassName
{
background-color: #EDB276;
}
.BgClassName
{
background-color: #EDB276;
}
</style>
border-color css
<style>
span { border-color: #EDB276; }
span { border-color: rgb(237,178,118); }
td.TdClassName
{
border-color: #EDB276;
}
.TagClassName
{
border-color: #EDB276;
}
</style>