Shades of Tacao #EDB175
Tints of Tacao #EDB175
RGB
CMYK
RGB Variations
Color information
#EDB175 (or 0xEDB175) is known color: Tacao. HEX triplet: ED, B1 and 75. RGB value is (237,177,117). Sum of RGB (Red+Green+Blue) = 237+177+117=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB175 is #124E8A. Grayscale: #BCBCBC. Windows color (decimal): -1199755 or 7713261. OLE color: 7713261.
HSL color Cylindrical-coordinate representation of color #EDB175: hue angle of 30º 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 #EDB175 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 117 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.07 |
| HSL | 30º | 0.77% | 0.69% | - |
| HSV(B) | 30º | 0.51% | 0.93% | - |
| XYZ | 53.86 | 50.73 | 23.78 | - |
| YUV | 188.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 117 | 0 | 0.25 | 0.51 | 0.07 | 30 | 0.77 | 0.69 |
| Hex | ED | B1 | 75 | 0 | 19 | 33 | 7 | 1E | 4D | 45 |
| Octal | 355 | 261 | 165 | 0 | 31 | 63 | 7 | 36 | 115 | 105 |
| Binary | 11101101 | 10110001 | 1110101 | 0 | 11001 | 110011 | 111 | 11110 | 1001101 | 1000101 |
Color Harmonies of #EDB175
Complementary color
Monochromatic Colors of #EDB175
Black with #EDB175
Text Example
Text Example
White with #EDB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB175; }
p { color: rgb(237,177,117); }
H1.HeaderClassName
{
color: #EDB175;
}
.AnyTagClassName
{
color: #EDB175;
}
</style>
background-color css
<style>
a { background-color: #EDB175; }
a { background-color: rgb(237,177,117); }
div.DivClassName
{
background-color: #EDB175;
}
.BgClassName
{
background-color: #EDB175;
}
</style>
border-color css
<style>
span { border-color: #EDB175; }
span { border-color: rgb(237,177,117); }
td.TdClassName
{
border-color: #EDB175;
}
.TagClassName
{
border-color: #EDB175;
}
</style>