Shades of Tacao #EFA57B
Tints of Tacao #EFA57B
RGB
CMYK
RGB Variations
Color information
#EFA57B (or 0xEFA57B) is known color: Tacao. HEX triplet: EF, A5 and 7B. RGB value is (239,165,123). Sum of RGB (Red+Green+Blue) = 239+165+123=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA57B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA57B is #105A84. Grayscale: #B6B6B6. Windows color (decimal): -1071749 or 8103407. OLE color: 8103407.
HSL color Cylindrical-coordinate representation of color #EFA57B: hue angle of 21.72º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFA57B is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 123 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.06 |
| HSL | 21.72º | 0.78% | 0.71% | - |
| HSV(B) | 21.72º | 0.49% | 0.94% | - |
| XYZ | 52.63 | 46.69 | 24.98 | - |
| YUV | 182.34 | 94.52 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 123 | 0 | 0.31 | 0.49 | 0.06 | 21.72 | 0.78 | 0.71 |
| Hex | EF | A5 | 7B | 0 | 1F | 31 | 6 | 16 | 4E | 47 |
| Octal | 357 | 245 | 173 | 0 | 37 | 61 | 6 | 26 | 116 | 107 |
| Binary | 11101111 | 10100101 | 1111011 | 0 | 11111 | 110001 | 110 | 10110 | 1001110 | 1000111 |
Color Harmonies of #EFA57B
Complementary color
Monochromatic Colors of #EFA57B
Black with #EFA57B
Text Example
Text Example
White with #EFA57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA57B; }
p { color: rgb(239,165,123); }
H1.HeaderClassName
{
color: #EFA57B;
}
.AnyTagClassName
{
color: #EFA57B;
}
</style>
background-color css
<style>
a { background-color: #EFA57B; }
a { background-color: rgb(239,165,123); }
div.DivClassName
{
background-color: #EFA57B;
}
.BgClassName
{
background-color: #EFA57B;
}
</style>
border-color css
<style>
span { border-color: #EFA57B; }
span { border-color: rgb(239,165,123); }
td.TdClassName
{
border-color: #EFA57B;
}
.TagClassName
{
border-color: #EFA57B;
}
</style>