Shades of Tacao #EDB075
Tints of Tacao #EDB075
RGB
CMYK
RGB Variations
Color information
#EDB075 (or 0xEDB075) is known color: Tacao. HEX triplet: ED, B0 and 75. RGB value is (237,176,117). Sum of RGB (Red+Green+Blue) = 237+176+117=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB075 is #124F8A. Grayscale: #BBBBBB. Windows color (decimal): -1200011 or 7713005. OLE color: 7713005.
HSL color Cylindrical-coordinate representation of color #EDB075: hue angle of 29.5º 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 #EDB075 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 117 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.07 |
| HSL | 29.5º | 0.77% | 0.69% | - |
| HSV(B) | 29.5º | 0.51% | 0.93% | - |
| XYZ | 53.66 | 50.34 | 23.72 | - |
| YUV | 187.51 | 88.21 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 117 | 0 | 0.26 | 0.51 | 0.07 | 29.5 | 0.77 | 0.69 |
| Hex | ED | B0 | 75 | 0 | 1A | 33 | 7 | 1E | 4D | 45 |
| Octal | 355 | 260 | 165 | 0 | 32 | 63 | 7 | 36 | 115 | 105 |
| Binary | 11101101 | 10110000 | 1110101 | 0 | 11010 | 110011 | 111 | 11110 | 1001101 | 1000101 |
Color Harmonies of #EDB075
Complementary color
Monochromatic Colors of #EDB075
Black with #EDB075
Text Example
Text Example
White with #EDB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB075; }
p { color: rgb(237,176,117); }
H1.HeaderClassName
{
color: #EDB075;
}
.AnyTagClassName
{
color: #EDB075;
}
</style>
background-color css
<style>
a { background-color: #EDB075; }
a { background-color: rgb(237,176,117); }
div.DivClassName
{
background-color: #EDB075;
}
.BgClassName
{
background-color: #EDB075;
}
</style>
border-color css
<style>
span { border-color: #EDB075; }
span { border-color: rgb(237,176,117); }
td.TdClassName
{
border-color: #EDB075;
}
.TagClassName
{
border-color: #EDB075;
}
</style>