Shades of Tacao #EDB17B
Tints of Tacao #EDB17B
RGB
CMYK
RGB Variations
Color information
#EDB17B (or 0xEDB17B) is known color: Tacao. HEX triplet: ED, B1 and 7B. RGB value is (237,177,123). Sum of RGB (Red+Green+Blue) = 237+177+123=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB17B is #124E84. Grayscale: #BDBDBD. Windows color (decimal): -1199749 or 8106477. OLE color: 8106477.
HSL color Cylindrical-coordinate representation of color #EDB17B: hue angle of 28.42º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDB17B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 123 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.07 |
| HSL | 28.42º | 0.76% | 0.71% | - |
| HSV(B) | 28.42º | 0.48% | 0.93% | - |
| XYZ | 54.22 | 50.88 | 25.7 | - |
| YUV | 188.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 123 | 0 | 0.25 | 0.48 | 0.07 | 28.42 | 0.76 | 0.71 |
| Hex | ED | B1 | 7B | 0 | 19 | 30 | 7 | 1C | 4C | 47 |
| Octal | 355 | 261 | 173 | 0 | 31 | 60 | 7 | 34 | 114 | 107 |
| Binary | 11101101 | 10110001 | 1111011 | 0 | 11001 | 110000 | 111 | 11100 | 1001100 | 1000111 |
Color Harmonies of #EDB17B
Complementary color
Monochromatic Colors of #EDB17B
Black with #EDB17B
Text Example
Text Example
White with #EDB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB17B; }
p { color: rgb(237,177,123); }
H1.HeaderClassName
{
color: #EDB17B;
}
.AnyTagClassName
{
color: #EDB17B;
}
</style>
background-color css
<style>
a { background-color: #EDB17B; }
a { background-color: rgb(237,177,123); }
div.DivClassName
{
background-color: #EDB17B;
}
.BgClassName
{
background-color: #EDB17B;
}
</style>
border-color css
<style>
span { border-color: #EDB17B; }
span { border-color: rgb(237,177,123); }
td.TdClassName
{
border-color: #EDB17B;
}
.TagClassName
{
border-color: #EDB17B;
}
</style>