Shades of Tacao #EDA57B
Tints of Tacao #EDA57B
RGB
CMYK
RGB Variations
Color information
#EDA57B (or 0xEDA57B) is known color: Tacao. HEX triplet: ED, A5 and 7B. RGB value is (237,165,123). Sum of RGB (Red+Green+Blue) = 237+165+123=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA57B is #125A84. Grayscale: #B5B5B5. Windows color (decimal): -1202821 or 8103405. OLE color: 8103405.
HSL color Cylindrical-coordinate representation of color #EDA57B: hue angle of 22.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDA57B is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 123 | - |
| CMYK | 0 | 0.30 | 0.48 | 0.07 |
| HSL | 22.11º | 0.76% | 0.71% | - |
| HSV(B) | 22.11º | 0.48% | 0.93% | - |
| XYZ | 51.96 | 46.34 | 24.95 | - |
| YUV | 181.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 123 | 0 | 0.30 | 0.48 | 0.07 | 22.11 | 0.76 | 0.71 |
| Hex | ED | A5 | 7B | 0 | 1E | 30 | 7 | 16 | 4C | 47 |
| Octal | 355 | 245 | 173 | 0 | 36 | 60 | 7 | 26 | 114 | 107 |
| Binary | 11101101 | 10100101 | 1111011 | 0 | 11110 | 110000 | 111 | 10110 | 1001100 | 1000111 |
Color Harmonies of #EDA57B
Complementary color
Monochromatic Colors of #EDA57B
Black with #EDA57B
Text Example
Text Example
White with #EDA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA57B; }
p { color: rgb(237,165,123); }
H1.HeaderClassName
{
color: #EDA57B;
}
.AnyTagClassName
{
color: #EDA57B;
}
</style>
background-color css
<style>
a { background-color: #EDA57B; }
a { background-color: rgb(237,165,123); }
div.DivClassName
{
background-color: #EDA57B;
}
.BgClassName
{
background-color: #EDA57B;
}
</style>
border-color css
<style>
span { border-color: #EDA57B; }
span { border-color: rgb(237,165,123); }
td.TdClassName
{
border-color: #EDA57B;
}
.TagClassName
{
border-color: #EDA57B;
}
</style>