Shades of Tacao #EDA37A
Tints of Tacao #EDA37A
RGB
CMYK
RGB Variations
Color information
#EDA37A (or 0xEDA37A) is known color: Tacao. HEX triplet: ED, A3 and 7A. RGB value is (237,163,122). Sum of RGB (Red+Green+Blue) = 237+163+122=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA37A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA37A is #125C85. Grayscale: #B4B4B4. Windows color (decimal): -1203334 or 8037357. OLE color: 8037357.
HSL color Cylindrical-coordinate representation of color #EDA37A: hue angle of 21.39º 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 #EDA37A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 122 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.07 |
| HSL | 21.39º | 0.76% | 0.7% | - |
| HSV(B) | 21.39º | 0.49% | 0.93% | - |
| XYZ | 51.54 | 45.6 | 24.5 | - |
| YUV | 180.45 | 95.02 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 122 | 0 | 0.31 | 0.49 | 0.07 | 21.39 | 0.76 | 0.7 |
| Hex | ED | A3 | 7A | 0 | 1F | 31 | 7 | 15 | 4C | 46 |
| Octal | 355 | 243 | 172 | 0 | 37 | 61 | 7 | 25 | 114 | 106 |
| Binary | 11101101 | 10100011 | 1111010 | 0 | 11111 | 110001 | 111 | 10101 | 1001100 | 1000110 |
Color Harmonies of #EDA37A
Complementary color
Monochromatic Colors of #EDA37A
Black with #EDA37A
Text Example
Text Example
White with #EDA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA37A; }
p { color: rgb(237,163,122); }
H1.HeaderClassName
{
color: #EDA37A;
}
.AnyTagClassName
{
color: #EDA37A;
}
</style>
background-color css
<style>
a { background-color: #EDA37A; }
a { background-color: rgb(237,163,122); }
div.DivClassName
{
background-color: #EDA37A;
}
.BgClassName
{
background-color: #EDA37A;
}
</style>
border-color css
<style>
span { border-color: #EDA37A; }
span { border-color: rgb(237,163,122); }
td.TdClassName
{
border-color: #EDA37A;
}
.TagClassName
{
border-color: #EDA37A;
}
</style>