Shades of Tacao #EDA679
Tints of Tacao #EDA679
RGB
CMYK
RGB Variations
Color information
#EDA679 (or 0xEDA679) is known color: Tacao. HEX triplet: ED, A6 and 79. RGB value is (237,166,121). Sum of RGB (Red+Green+Blue) = 237+166+121=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA679 is #125986. Grayscale: #B6B6B6. Windows color (decimal): -1202567 or 7972589. OLE color: 7972589.
HSL color Cylindrical-coordinate representation of color #EDA679: hue angle of 23.28º 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 #EDA679 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 121 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.07 |
| HSL | 23.28º | 0.76% | 0.7% | - |
| HSV(B) | 23.28º | 0.49% | 0.93% | - |
| XYZ | 52.01 | 46.66 | 24.35 | - |
| YUV | 182.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 121 | 0 | 0.30 | 0.49 | 0.07 | 23.28 | 0.76 | 0.7 |
| Hex | ED | A6 | 79 | 0 | 1E | 31 | 7 | 17 | 4C | 46 |
| Octal | 355 | 246 | 171 | 0 | 36 | 61 | 7 | 27 | 114 | 106 |
| Binary | 11101101 | 10100110 | 1111001 | 0 | 11110 | 110001 | 111 | 10111 | 1001100 | 1000110 |
Color Harmonies of #EDA679
Complementary color
Monochromatic Colors of #EDA679
Black with #EDA679
Text Example
Text Example
White with #EDA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA679; }
p { color: rgb(237,166,121); }
H1.HeaderClassName
{
color: #EDA679;
}
.AnyTagClassName
{
color: #EDA679;
}
</style>
background-color css
<style>
a { background-color: #EDA679; }
a { background-color: rgb(237,166,121); }
div.DivClassName
{
background-color: #EDA679;
}
.BgClassName
{
background-color: #EDA679;
}
</style>
border-color css
<style>
span { border-color: #EDA679; }
span { border-color: rgb(237,166,121); }
td.TdClassName
{
border-color: #EDA679;
}
.TagClassName
{
border-color: #EDA679;
}
</style>