Shades of Tacao #EDA57E
Tints of Tacao #EDA57E
RGB
CMYK
RGB Variations
Color information
#EDA57E (or 0xEDA57E) is known color: Tacao. HEX triplet: ED, A5 and 7E. RGB value is (237,165,126). Sum of RGB (Red+Green+Blue) = 237+165+126=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA57E is #125A81. Grayscale: #B6B6B6. Windows color (decimal): -1202818 or 8300013. OLE color: 8300013.
HSL color Cylindrical-coordinate representation of color #EDA57E: hue angle of 21.08º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDA57E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 126 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.07 |
| HSL | 21.08º | 0.76% | 0.71% | - |
| HSV(B) | 21.08º | 0.47% | 0.93% | - |
| XYZ | 52.15 | 46.42 | 25.95 | - |
| YUV | 182.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 126 | 0 | 0.30 | 0.47 | 0.07 | 21.08 | 0.76 | 0.71 |
| Hex | ED | A5 | 7E | 0 | 1E | 2F | 7 | 15 | 4C | 47 |
| Octal | 355 | 245 | 176 | 0 | 36 | 57 | 7 | 25 | 114 | 107 |
| Binary | 11101101 | 10100101 | 1111110 | 0 | 11110 | 101111 | 111 | 10101 | 1001100 | 1000111 |
Color Harmonies of #EDA57E
Complementary color
Monochromatic Colors of #EDA57E
Black with #EDA57E
Text Example
Text Example
White with #EDA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA57E; }
p { color: rgb(237,165,126); }
H1.HeaderClassName
{
color: #EDA57E;
}
.AnyTagClassName
{
color: #EDA57E;
}
</style>
background-color css
<style>
a { background-color: #EDA57E; }
a { background-color: rgb(237,165,126); }
div.DivClassName
{
background-color: #EDA57E;
}
.BgClassName
{
background-color: #EDA57E;
}
</style>
border-color css
<style>
span { border-color: #EDA57E; }
span { border-color: rgb(237,165,126); }
td.TdClassName
{
border-color: #EDA57E;
}
.TagClassName
{
border-color: #EDA57E;
}
</style>