Shades of Tacao #EDB279
Tints of Tacao #EDB279
RGB
CMYK
RGB Variations
Color information
#EDB279 (or 0xEDB279) is known color: Tacao. HEX triplet: ED, B2 and 79. RGB value is (237,178,121). Sum of RGB (Red+Green+Blue) = 237+178+121=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB279 is #124D86. Grayscale: #BDBDBD. Windows color (decimal): -1199495 or 7975661. OLE color: 7975661.
HSL color Cylindrical-coordinate representation of color #EDB279: hue angle of 29.48º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDB279 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 121 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.07 |
| HSL | 29.48º | 0.76% | 0.7% | - |
| HSV(B) | 29.48º | 0.49% | 0.93% | - |
| XYZ | 54.3 | 51.23 | 25.11 | - |
| YUV | 189.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 121 | 0 | 0.25 | 0.49 | 0.07 | 29.48 | 0.76 | 0.7 |
| Hex | ED | B2 | 79 | 0 | 19 | 31 | 7 | 1D | 4C | 46 |
| Octal | 355 | 262 | 171 | 0 | 31 | 61 | 7 | 35 | 114 | 106 |
| Binary | 11101101 | 10110010 | 1111001 | 0 | 11001 | 110001 | 111 | 11101 | 1001100 | 1000110 |
Color Harmonies of #EDB279
Complementary color
Monochromatic Colors of #EDB279
Black with #EDB279
Text Example
Text Example
White with #EDB279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB279; }
p { color: rgb(237,178,121); }
H1.HeaderClassName
{
color: #EDB279;
}
.AnyTagClassName
{
color: #EDB279;
}
</style>
background-color css
<style>
a { background-color: #EDB279; }
a { background-color: rgb(237,178,121); }
div.DivClassName
{
background-color: #EDB279;
}
.BgClassName
{
background-color: #EDB279;
}
</style>
border-color css
<style>
span { border-color: #EDB279; }
span { border-color: rgb(237,178,121); }
td.TdClassName
{
border-color: #EDB279;
}
.TagClassName
{
border-color: #EDB279;
}
</style>