Shades of Tacao #EDA472
Tints of Tacao #EDA472
RGB
CMYK
RGB Variations
Color information
#EDA472 (or 0xEDA472) is known color: Tacao. HEX triplet: ED, A4 and 72. RGB value is (237,164,114). Sum of RGB (Red+Green+Blue) = 237+164+114=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA472 is #125B8D. Grayscale: #B4B4B4. Windows color (decimal): -1203086 or 7513325. OLE color: 7513325.
HSL color Cylindrical-coordinate representation of color #EDA472: hue angle of 24.39º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA472 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 114 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.07 |
| HSL | 24.39º | 0.77% | 0.69% | - |
| HSV(B) | 24.39º | 0.52% | 0.93% | - |
| XYZ | 51.24 | 45.77 | 22.05 | - |
| YUV | 180.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 114 | 0 | 0.31 | 0.52 | 0.07 | 24.39 | 0.77 | 0.69 |
| Hex | ED | A4 | 72 | 0 | 1F | 34 | 7 | 18 | 4D | 45 |
| Octal | 355 | 244 | 162 | 0 | 37 | 64 | 7 | 30 | 115 | 105 |
| Binary | 11101101 | 10100100 | 1110010 | 0 | 11111 | 110100 | 111 | 11000 | 1001101 | 1000101 |
Color Harmonies of #EDA472
Complementary color
Monochromatic Colors of #EDA472
Black with #EDA472
Text Example
Text Example
White with #EDA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA472; }
p { color: rgb(237,164,114); }
H1.HeaderClassName
{
color: #EDA472;
}
.AnyTagClassName
{
color: #EDA472;
}
</style>
background-color css
<style>
a { background-color: #EDA472; }
a { background-color: rgb(237,164,114); }
div.DivClassName
{
background-color: #EDA472;
}
.BgClassName
{
background-color: #EDA472;
}
</style>
border-color css
<style>
span { border-color: #EDA472; }
span { border-color: rgb(237,164,114); }
td.TdClassName
{
border-color: #EDA472;
}
.TagClassName
{
border-color: #EDA472;
}
</style>