Shades of Tacao #EDA875
Tints of Tacao #EDA875
RGB
CMYK
RGB Variations
Color information
#EDA875 (or 0xEDA875) is known color: Tacao. HEX triplet: ED, A8 and 75. RGB value is (237,168,117). Sum of RGB (Red+Green+Blue) = 237+168+117=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA875 is #12578A. Grayscale: #B7B7B7. Windows color (decimal): -1202059 or 7710957. OLE color: 7710957.
HSL color Cylindrical-coordinate representation of color #EDA875: hue angle of 25.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 #EDA875 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 117 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.07 |
| HSL | 25.5º | 0.77% | 0.69% | - |
| HSV(B) | 25.5º | 0.51% | 0.93% | - |
| XYZ | 52.14 | 47.29 | 23.21 | - |
| YUV | 182.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 117 | 0 | 0.29 | 0.51 | 0.07 | 25.5 | 0.77 | 0.69 |
| Hex | ED | A8 | 75 | 0 | 1D | 33 | 7 | 1A | 4D | 45 |
| Octal | 355 | 250 | 165 | 0 | 35 | 63 | 7 | 32 | 115 | 105 |
| Binary | 11101101 | 10101000 | 1110101 | 0 | 11101 | 110011 | 111 | 11010 | 1001101 | 1000101 |
Color Harmonies of #EDA875
Complementary color
Monochromatic Colors of #EDA875
Black with #EDA875
Text Example
Text Example
White with #EDA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA875; }
p { color: rgb(237,168,117); }
H1.HeaderClassName
{
color: #EDA875;
}
.AnyTagClassName
{
color: #EDA875;
}
</style>
background-color css
<style>
a { background-color: #EDA875; }
a { background-color: rgb(237,168,117); }
div.DivClassName
{
background-color: #EDA875;
}
.BgClassName
{
background-color: #EDA875;
}
</style>
border-color css
<style>
span { border-color: #EDA875; }
span { border-color: rgb(237,168,117); }
td.TdClassName
{
border-color: #EDA875;
}
.TagClassName
{
border-color: #EDA875;
}
</style>