Shades of Tacao #EDA372
Tints of Tacao #EDA372
RGB
CMYK
RGB Variations
Color information
#EDA372 (or 0xEDA372) is known color: Tacao. HEX triplet: ED, A3 and 72. RGB value is (237,163,114). Sum of RGB (Red+Green+Blue) = 237+163+114=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA372 is #125C8D. Grayscale: #B3B3B3. Windows color (decimal): -1203342 or 7513069. OLE color: 7513069.
HSL color Cylindrical-coordinate representation of color #EDA372: hue angle of 23.9º 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 #EDA372 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 114 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.07 |
| HSL | 23.9º | 0.77% | 0.69% | - |
| HSV(B) | 23.9º | 0.52% | 0.93% | - |
| XYZ | 51.06 | 45.41 | 21.99 | - |
| YUV | 179.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 114 | 0 | 0.31 | 0.52 | 0.07 | 23.9 | 0.77 | 0.69 |
| Hex | ED | A3 | 72 | 0 | 1F | 34 | 7 | 18 | 4D | 45 |
| Octal | 355 | 243 | 162 | 0 | 37 | 64 | 7 | 30 | 115 | 105 |
| Binary | 11101101 | 10100011 | 1110010 | 0 | 11111 | 110100 | 111 | 11000 | 1001101 | 1000101 |
Color Harmonies of #EDA372
Complementary color
Monochromatic Colors of #EDA372
Black with #EDA372
Text Example
Text Example
White with #EDA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA372; }
p { color: rgb(237,163,114); }
H1.HeaderClassName
{
color: #EDA372;
}
.AnyTagClassName
{
color: #EDA372;
}
</style>
background-color css
<style>
a { background-color: #EDA372; }
a { background-color: rgb(237,163,114); }
div.DivClassName
{
background-color: #EDA372;
}
.BgClassName
{
background-color: #EDA372;
}
</style>
border-color css
<style>
span { border-color: #EDA372; }
span { border-color: rgb(237,163,114); }
td.TdClassName
{
border-color: #EDA372;
}
.TagClassName
{
border-color: #EDA372;
}
</style>